Skip to content

Commit

Permalink
Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor Latanowicz committed Jun 29, 2022
1 parent 8d42497 commit bc20a7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include wait_for_dep/VERSION
recursive-include requirements *.txt

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def extras_require():
install_requires=reqs("base.txt"),
tests_require=reqs("tests.txt"),
extras_require=extras_require(),
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit bc20a7f

Please sign in to comment.