versioning of package now handled through setuptools_scm. Git tag therefore takes precedence and manually setting a version in setup.cfg is redundant. In addition, setuptools_scm handles proper inclusion of sdist non-python files and simplifies bdist packaging.
14 lines
No EOL
154 B
Text
14 lines
No EOL
154 B
Text
/.pytest_cache/
|
|
/.tox/
|
|
/build/
|
|
/dist/
|
|
/docs/_stubs/
|
|
/docs/_tree/
|
|
/test-reports/
|
|
/src/*.egg-info/
|
|
**/__pycache__/
|
|
.DS_Store
|
|
.coverage
|
|
/*.md
|
|
/.eggs/
|
|
/devel/ |