__version__ = "0.1.0"
__description__ = "Project description"
__author__ = "David McKim"
__author_email__ = "[email protected]"
__copyright__ = "Copyright David McKim"
[project]
name = "project_name"
...
dependencies = [
...
]
[project.optional-dependencies]
test = [
"pytest >=2.7.3",
"pytest-cov",
...
]
To setup:
- Add database environment variables to
.env
To remove:
- Remove
project.database
directory. - Remove imports in
src.project.__init__.py
- Remove from
requirements.txt
- Remove from
.env
To setup:
- Get new DSN from the portal.
- Add DSN to
.env
variableSENTRY_DSN
To remove:
- Remove from
requirements.txt
- Remove from
project.__init__.py