From 7473683cdb4b6525334f9fd397fc489fa3a1ae5a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 14 Jun 2017 07:58:57 -0300 Subject: [PATCH] Let setuptools_scm manage the files that go into the package As discussed in #161, setuptools_scm will automatically add all version controlled files to the package, so MANIFEST.in is no longer needed Fix #161 --- MANIFEST.in | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 4549c3b..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,7 +0,0 @@ -include CHANGELOG -include LICENSE -include README.txt -include setup.py -include tox.ini -graft testing -prune .git