diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-19 08:38:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-19 08:38:55 -0500 |
| commit | 5a3dbe5d5b8cb07a292b8fee2cd83fbc1bcbd16f (patch) | |
| tree | 5612177f5cc4ee87b3aae5840f75fd9a85c72278 /MANIFEST.in | |
| parent | 16b2bc31e07f8fa14d27bc504dc0bbc73da900be (diff) | |
| download | python-setuptools-git-5a3dbe5d5b8cb07a292b8fee2cd83fbc1bcbd16f.tar.gz | |
Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). egg_info.get_svn_revision is now a staticmethod.
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 68337800..ff102123 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ recursive-include setuptools *.py *.txt *.exe *.xml recursive-include tests *.py *.c *.pyx *.txt -recursive-include setuptools/tests *.html +recursive-include setuptools/tests *.html entries* recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html recursive-include _markerlib *.py include *.py |
