Skip to content

Commit 2ef94c7

Browse files
committed
Update the MANIFEST to exclude __pycache__ for the sdist.
1 parent ed2043d commit 2ef94c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ include LICENSE
33
include README.rst
44
recursive-include example *
55
recursive-exclude example *.pyc *.pyo
6+
7+
global-exclude __pycache__
8+
global-exclude *.py[co]

0 commit comments

Comments
 (0)