
shane at hathawaymix
May 31, 2008, 10:55 AM
Post #2 of 2
(97 views)
Permalink
|
|
Re: Re: SVN: relstorage/branches/1.1/MANIFEST apparently, setuptools uses SOURCES.txt instead of MANIFEST
[In reply to]
|
|
Tres Seaver wrote: > Shane Hathaway wrote: >> Log message for revision 87068: >> apparently, setuptools uses SOURCES.txt instead of MANIFEST > > It generates that file in the .egg-info subdirectory when building an > 'sdist' from a VCS checkout (subversion or another with the extension > for finding files under version control). Yup. I removed MANIFEST because it fell out of date and setuptools does not keep it up to date like distutils does. Besides, we probably don't need it, AFAICT. Shane _______________________________________________ Zope-Dev maillist - Zope-Dev[at]zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
|