Skip to content
Next Next commit
test: sort MANIFEST.in and add missing test-requirements.txt
Without the presence of 'test-requirements.txt' 'tox' is unusable.
  • Loading branch information
muggenhor committed Apr 23, 2021
commit 70aa1ab69c84ac712d91c92b36a5ed7045cc647c
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
include VERSION
include LICENSE
include CHANGES
include AUTHORS
include CHANGES
include CONTRIBUTING.md
include LICENSE
include README.md
include VERSION
include requirements.txt
include test-requirements.txt

recursive-include doc *
recursive-exclude test *
Expand Down