diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2014-02-12 09:49:06 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2014-02-12 09:49:06 +0100 |
| commit | 3f8cba77030383ad52e45263d416e903ad2bea4d (patch) | |
| tree | 73558892f3b10837b5fff8b1aa5dff83bcabb6cb | |
| parent | 6ec690e8dc2b4770d610e3e956793d48beda3330 (diff) | |
| download | python-lxml-lxml-3.3.1.tar.gz | |
add missing file to MANIFEST.inlxml-3.3.1
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b8b3d80b..3be87311 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ exclude *.py include setup.py ez_setup.py setupinfo.py versioninfo.py buildlibxml.py include test.py selftest.py selftest2.py include update-error-constants.py -include MANIFEST.in Makefile version.txt +include MANIFEST.in Makefile version.txt requirements.txt include CHANGES.txt CREDITS.txt INSTALL.txt LICENSES.txt README.rst TODO.txt recursive-include src *.pyx *.pxd *.pxi *.py recursive-include src/lxml lxml.etree.c lxml.objectify.c |
