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
This commit is contained in:
Bruno Oliveira
2017-06-14 07:58:57 -03:00
parent c48834aa69
commit 7473683cdb

View File

@@ -1,7 +0,0 @@
include CHANGELOG
include LICENSE
include README.txt
include setup.py
include tox.ini
graft testing
prune .git