Skip to content

Commit 1a4cd48

Browse files
committedSep 20, 2015
Fix #2102 -- exclude .py[cod] files in MANIFEST.in
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 0414043 commit 1a4cd48

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
@@ -5,3 +5,6 @@ graft tests
55
include *.txt
66
include *.rst
77
include *.py
8+
global-exclude *.pyc
9+
global-exclude *.pyo
10+
global-exclude *.pyd

0 commit comments

Comments
 (0)
Please sign in to comment.