This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry
Date 2011-06-14.20:57:30
SpamBayes Score 0.00017420753
Marked as misclassified No
Message-id <1308085051.29.0.289061158176.issue12335@psf.upfronthosting.co.za>
In-reply-to
Content
I have both a setup.py and a setup.cfg in my package.  I wanted to use `pysetup create` to add the new packaging stanzas to my setup.cfg, but instead, pysetup clobbered everything.  I think it should instead append (or prepend) the new stuff to the existing file.
History
Date User Action Args
2011-06-14 20:57:31barrysetrecipients: + barry
2011-06-14 20:57:31barrysetmessageid: <1308085051.29.0.289061158176.issue12335@psf.upfronthosting.co.za>
2011-06-14 20:57:30barrylinkissue12335 messages
2011-06-14 20:57:30barrycreate