Merge pull request #173 from PetrDlouhy/fix_source_installation

fix installation from source
This commit is contained in:
Corey Oordt 2022-09-22 08:35:27 -05:00 committed by GitHub
commit ba261269a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View file

View file

@ -1,6 +1,6 @@
-r test.txt
bump2version>=1.0.1
git-fame>=1.12.2
generate-changelog
git-fame>=1.12.2
pre-commit

View file

@ -25,13 +25,16 @@ classifiers =
[options]
zip_safe = False
include_package_data = True
packages = find:
[options.packages.find]
exclude =
example*
docs
build
include = categories
exclude =
example*
docs
build
include =
categories
categories.*
[flake8]
ignore = D203,W503,E501