summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2013-01-07 08:41:50 +0100
committerHernan Grecco <hernan.grecco@gmail.com>2013-01-07 08:41:50 +0100
commitec03c80c6712c8a29f7a4e723d2f4a1d299888c8 (patch)
tree5746dd05740a81c5208f4ec9d62161582b830fa5 /MANIFEST.in
parentd78cc94a9538aeb91b30494bdcde1348cab0e2f6 (diff)
downloadpint-ec03c80c6712c8a29f7a4e723d2f4a1d299888c8.tar.gz
Fixed MANIFEST.in to exclude cache
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 06f8519..b414642 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,6 @@
-exclude *.pyc *~ .DS_Store
-
include README
include LICENSE
include pint/default_en.txt
-
recursive-include pint *
+global-exclude *.pyc *~ .DS_Store *__pycache__*
+