At 12:12 AM 12/9/2007 -0600, [EMAIL PROTECTED] wrote: >My setup call looks like this: > > setup(name='bsddb185', > author='Skip Montanaro', > author_email='[EMAIL PROTECTED]', > maintainer='Skip Montanaro', > maintainer_email='[EMAIL PROTECTED]', > url='http://www.webfast.com/~skip/python/', > download_url='http://www.webfast.com/~skip/python/bsddb-1.0.tar.gz',
Your tarball is incorrectly named: it should be bsddb185-1.0.tar.gz, since bsddb185 is the package name. If you want to force easy_install to recognize a link to that tarball as being for bsddb185 version 1.0, you must add "#egg=bsddb185-1.0" to the end of the URL. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
