From 5bfbbe206f62feedc490f7b9823ed533fc4598a2 Mon Sep 17 00:00:00 2001 From: Ihor Kalnytskyi Date: Thu, 12 Oct 2017 22:29:39 +0300 Subject: 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 --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) 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 * -- cgit v1.2.1