Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit b763a94

Browse files
committed
Make MANIFEST.in more explicit, so that test/test_dir (with Unicode filenames and whatnot) isn't included in PyPI archive. Fixes #74. Thanks @andrask for the initial pull request (#72).
1 parent 5d13330 commit b763a94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ include *.py
22
include *.c
33
include *.h
44
include *.txt
5-
include README.md
6-
recursive-include test *.py
7-
recursive-include test *.txt
5+
include *.rst
6+
include test/*.py

0 commit comments

Comments
 (0)