31 May
2008
31 May
'08
5:55 p.m.
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