aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@users.noreply.github.com>2016-03-04 14:53:31 +1100
committerKubilay Kocak <koobs@users.noreply.github.com>2016-03-04 14:53:31 +1100
commit73746d296fd082aff560f10f47c3eda9b2062fe4 (patch)
tree81b50be57ba1aa95ae803352104361ebe9fcec94 /MANIFEST.in
parent74d323e0a70bc727b3157e3eb8635e6791f61f06 (diff)
downloaddateutil-73746d296fd082aff560f10f47c3eda9b2062fe4.tar.gz
Add __pycache__ & py[co] exclusions to MANIFEST.in
Ensure binary, compiled files and cache directories are not included in generated source distributions (sdist) Tweak include directive for tests to ensure all test/ directory files are included in the future
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 6a2665c..cee1ef9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,4 @@
include LICENSE NEWS zonefile_metadata.json updatezinfo.py
-include dateutil/test/*.py \ No newline at end of file
+recursive-include dateutils/test/ *
+global-exclude __pycache__
+global-exclude *.py[co]