PaulQbFeng / too-tanky

3 stars 0 forks source link

Move source under tootanky/ #40

Closed Lysxia closed 1 year ago

Lysxia commented 1 year ago

Follow standard project structure based on https://docs.python-guide.org/writing/structure/ The project reached the size where it's useful to keep source code separate from non-source files.

Also remove requirements-dev.txt. requirements.txt is supposed to contain all development dependencies (including testing), and non-testing dependencies are to be specified in a different file when properly packaged.

PaulQbFeng commented 1 year ago

Thank you for that !!