diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-31 10:51:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-31 10:51:55 -0500 |
| commit | 29fa01621c3de0a5c78c4f49b5d051386d0d566f (patch) | |
| tree | fce7387c8ba82178be987b004cbda1c22005a04f /MANIFEST.in | |
| parent | 928324bd76f35e9c8c526df828577b5640a95ed0 (diff) | |
| parent | 6bdbe8957d8c8d293e3fea3fa4baf45eb7c3a3a4 (diff) | |
| download | external_python_setuptools-29fa01621c3de0a5c78c4f49b5d051386d0d566f.tar.gz external_python_setuptools-29fa01621c3de0a5c78c4f49b5d051386d0d566f.tar.bz2 external_python_setuptools-29fa01621c3de0a5c78c4f49b5d051386d0d566f.zip | |
Merge with master. Ref #229.
--HG--
branch : feature/issue-229
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 4278f245..dfea2049 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ recursive-include setuptools *.py *.exe *.xml -recursive-include tests *.py *.c *.pyx +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 @@ -10,3 +10,4 @@ include *.txt include MANIFEST.in include launcher.c include msvc-build-launcher.cmd +include pytest.ini |
