diff options
| author | Ihor Kalnytskyi <ihor@kalnytskyi.com> | 2017-10-12 22:29:39 +0300 |
|---|---|---|
| committer | Ihor Kalnytskyi <ihor@kalnytskyi.com> | 2017-10-12 22:34:58 +0300 |
| commit | 5bfbbe206f62feedc490f7b9823ed533fc4598a2 (patch) | |
| tree | 47299f90c3dd43c1ab7a0310a167583319b459b1 /MANIFEST.in | |
| parent | 6582cd4bb3949aad2d1aa7d96c2c90c1ba9cf954 (diff) | |
| download | feedgenerator-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
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 1 |
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 * |
