Skip to content

Commit

Permalink
chore: add manifest, update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Aug 25, 2020
1 parent cc8c9a2 commit 10b451c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include LICENSE
include README.md

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ isort==4.3.21
mypy==0.782
pytest>6.0.0,<7.0.0
pytest-cov==2.10.1
semantic_version>=2.8.1,<3
tox==3.18.0
tqdm>=4.41.0,<5.0.0
twine==3.2.0
requests>=2.19.0,<3
wheel>=0.35.1

0 comments on commit 10b451c

Please sign in to comment.