Skip to content

Commit 70aa1ab

Browse files
committed
test: sort MANIFEST.in and add missing test-requirements.txt
Without the presence of 'test-requirements.txt' 'tox' is unusable.
1 parent 9f12c8c commit 70aa1ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

MANIFEST.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
include VERSION
2-
include LICENSE
3-
include CHANGES
41
include AUTHORS
2+
include CHANGES
53
include CONTRIBUTING.md
4+
include LICENSE
65
include README.md
6+
include VERSION
77
include requirements.txt
8+
include test-requirements.txt
89

910
recursive-include doc *
1011
recursive-exclude test *

0 commit comments

Comments
 (0)