SVN: zope.testing/trunk/ Add a MANIFEST.in so people with old setuptools can still release.
Marius Gedminas <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 106993: Add a MANIFEST.in so people with old setuptools can still release. Changed: U zope.testing/trunk/CHANGES.txt A zope.testing/trunk/MANIFEST.in -=- Modified: zope.testing/trunk/CHANGES.txt =================================================================== --- zope.testing/trunk/CHANGES.txt 2009-12-23 06:24:13 UTC (rev 106992) +++ zope.testing/trunk/CHANGES.txt 2009-12-23 07:24:35 UTC (rev 106993) @@ -4,7 +4,7 @@ 3.8.6 (unreleased) ================== -- Nothing changed yet. +- Added MANIFEST.in and reuploaded to fix broken 3.8.5 release on PyPI. 3.8.5 (2009-12-23) Added: zope.testing/trunk/MANIFEST.in =================================================================== --- zope.testing/trunk/MANIFEST.in (rev 0) +++ zope.testing/trunk/MANIFEST.in 2009-12-23 07:24:35 UTC (rev 106993) @@ -0,0 +1,3 @@ +include *.txt *.py buildout.cfg +recursive-include src *.py *.txt *.test sampletests +# I found no way to include the three empty "sampletests" directories into the sdist :/