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 higery
Recipients alexis, eric.araujo, higery
Date 2011-06-08.14:51:34
SpamBayes Score 4.384865e-06
Marked as misclassified No
Message-id <1307544694.83.0.217384234765.issue12279@psf.upfronthosting.co.za>
In-reply-to
Content
Now, the workaround of my code is just setting the 'distinfo-dir' option with os.curdir value through calling a 'reinitialize_command(self, command, reinit_subcommands=False, **kw)' function , which is added in packaging's Command class for my own purpose, but I think it should be taken as a standard function in Command - it's useful and setuptools' Command class does have this function.
History
Date User Action Args
2011-06-08 14:51:34higerysetrecipients: + higery, eric.araujo, alexis
2011-06-08 14:51:34higerysetmessageid: <1307544694.83.0.217384234765.issue12279@psf.upfronthosting.co.za>
2011-06-08 14:51:34higerylinkissue12279 messages
2011-06-08 14:51:34higerycreate