Skip to content

Commit

Permalink
Merge pull request #125 from arvkevi/bugfix/include_package_data
Browse files Browse the repository at this point in the history
Adding VERSION to MANIFEST.in and add include_package_data to setup.cfg
  • Loading branch information
arvkevi authored Jul 30, 2022
2 parents e23ebcb + 58c235e commit b6a6fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include LICENSE
include README.md
include requirements.txt
include tests/test_sample.py
include kneed/VERSION
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers =
[options]
packages = kneed
install_requires = file: requirements.txt
include_package_data = True

[options.extras_require]
plot = matplotlib>=2.2.5
Expand Down

0 comments on commit b6a6fa7

Please sign in to comment.