-
Notifications
You must be signed in to change notification settings - Fork 2
Project structure
Le minaw edited this page Apr 29, 2021
·
8 revisions
- project name/
.git/.gitignoreLICENSE.txtREADME.md-
pyproject.tomlcontains build ([build-system]) and tools config -
setup.cfgcontains project-related data ([metadata],[options]) -
setup.pycontainssetuptools.setup()for editable installs - package name/
__init__.py-
assets/- ... non-code files go here ...
- ... package content goes here ...
-
tests/__init__.py- ... tests go here ...
venv/-
docs/depends if we provide a doc generation tool as opt-out- ... documentation goes here ...
- Few infos from the PyPA
- More importantly, its exemple project