Skip to content

Commit 10b451c

Browse files
chore: add manifest, update dev requirements
1 parent cc8c9a2 commit 10b451c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include LICENSE
2+
include README.md
3+
4+
recursive-exclude * __pycache__
5+
recursive-exclude * *.py[co]

requirements-dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ isort==4.3.21
55
mypy==0.782
66
pytest>6.0.0,<7.0.0
77
pytest-cov==2.10.1
8-
semantic_version>=2.8.1,<3
98
tox==3.18.0
109
tqdm>=4.41.0,<5.0.0
1110
twine==3.2.0
12-
requests>=2.19.0,<3
1311
wheel>=0.35.1

0 commit comments

Comments
 (0)