Skip to content

Commit bb1f6a1

Browse files
authored
Improve MANIFEST.in exclusion (adamchainz#383)
Improve up on the change in adamchainz#382 to make sure that no pyc files are included from anywhere, and other files that might get added in the test directory in future would get included automatically.
1 parent beef9b2 commit bb1f6a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include HISTORY.rst README.rst
22
include LICENSE
33
include runtests.py tox.ini pytest.ini requirements.txt
4-
recursive-include tests *.py
4+
graft tests
5+
global-exclude *.py[cod] __pycache__

0 commit comments

Comments
 (0)