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 dholth
Recipients alexis, dholth, eric.araujo, tarek
Date 2011-04-19.16:51:04
SpamBayes Score 8.814222e-05
Marked as misclassified No
Message-id <1303231865.42.0.936595329467.issue11880@psf.upfronthosting.co.za>
In-reply-to
Content
In distutils2 there is currently no way to add files such as egg_info.txt that should be part of the package metadata. A new category named the same as the .dist-info directory would be a nice way to do it.

distutils2 should raise an error if any of the reserved files are overwritten with this feature or it should just copy these first overwriting with the reserved names.

It might be a good idea to disallow subdirectories in dist-info.
History
Date User Action Args
2011-04-19 16:51:05dholthsetrecipients: + dholth, tarek, eric.araujo, alexis
2011-04-19 16:51:05dholthsetmessageid: <1303231865.42.0.936595329467.issue11880@psf.upfronthosting.co.za>
2011-04-19 16:51:04dholthlinkissue11880 messages
2011-04-19 16:51:04dholthcreate