diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-16 10:45:39 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-16 10:45:39 +0200 |
| commit | 74f7b0b7db5a4d3a7f58048575ba153bbf62c416 (patch) | |
| tree | 78d6d1d7486b64320e300581e334a1f2602b3266 | |
| parent | 4950c05901da4382741cc8ce22a12da50436e2cf (diff) | |
| parent | c949b7d6f0f28461a15237ac9d54ad0b2db4c439 (diff) | |
| download | python-setuptools-git-74f7b0b7db5a4d3a7f58048575ba153bbf62c416.tar.gz | |
Merge pull request #547 from mindw/rm_markerlib_manifest
remove _markerlib from manifest
| -rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index dfea2049..668e13ce 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,6 @@ recursive-include setuptools *.py *.exe *.xml recursive-include tests *.py recursive-include setuptools/tests *.html recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html -recursive-include _markerlib *.py recursive-include setuptools/_vendor * recursive-include pkg_resources *.py *.txt include *.py |
