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:
@@ -1,7 +0,0 @@
|
|||||||
include CHANGELOG
|
|
||||||
include LICENSE
|
|
||||||
include README.txt
|
|
||||||
include setup.py
|
|
||||||
include tox.ini
|
|
||||||
graft testing
|
|
||||||
prune .git
|
|
||||||
Reference in New Issue
Block a user