Toni Mueller, on 2009-07-04:
> I tried to create it from the working tree and had setup.cfg modified
> to not mention svn anymore.

Should work, though indeed you may need a bazaar plugin for
setuptools, but since that is not working for you a manifest file
seems the best solution.

I usually remove setup.cfg completely.

>> svn co <url to the source code, preferrably a tag>
>> cd into that directory
>> python2.4 setup.py register # to register at pypi, or to update the info
>> python2.4 setup.py sdist upload # upload a source dist to pypi
>
> Well, these steps didn't produce the desired results, but the broken
> egg instead.

This page knows more than I do about MANIFEST.in:

http://docs.python.org/distutils/sourcedist.html

-- 
Maurits van Rees | http://maurits.vanrees.org/
            Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to