Skip to content

Commit a1f4973

Browse files
committed
Exclude .pyc files from distribution
1 parent c6399d4 commit a1f4973

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
include CHANGELOG.rst
22
include LICENSE
33
include README.rst
4+
45
recursive-include project_home_tags/templatetags *
6+
7+
global-exclude *.pyc

0 commit comments

Comments
 (0)