summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhor Kalnytskyi <ihor@kalnytskyi.com>2017-10-12 22:29:39 +0300
committerIhor Kalnytskyi <ihor@kalnytskyi.com>2017-10-12 22:34:58 +0300
commit5bfbbe206f62feedc490f7b9823ed533fc4598a2 (patch)
tree47299f90c3dd43c1ab7a0310a167583319b459b1
parent6582cd4bb3949aad2d1aa7d96c2c90c1ba9cf954 (diff)
downloadfeedgenerator-5bfbbe206f62feedc490f7b9823ed533fc4598a2.tar.gz
Do not include trash into a source tarball
We should not greedy include everything that matches *.py as it may result into bundling such trash (from packaging point of view) as .tox directory. By default, setuptools include the package itself, and we bundle tests and some other files explicitly in MANIFEST.in. Closes #9
-rw-r--r--MANIFEST.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8c7723d..7fecac1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,2 @@
include README.rst LICENSE tox.ini
-global-include *.py
recursive-include tests_feedgenerator *