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 erik.bray
Recipients alexis, eric.araujo, erik.bray, tarek
Date 2012-04-11.17:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334164416.25.0.393908195106.issue14549@psf.upfronthosting.co.za>
In-reply-to
Content
Potential downside:

Say I have foo, foo.bar, and foo.tests.  I want to install foo and foo.bar, but not foo.tests.  Then I have to manually list all the packages I do want:

packages =
    foo
    foo.bar

That's fine, but one nice thing about find_packages is that it had an optional exclude argument. So maybe in addition to the wildcard syntax it couldn't hurt to add an exclude-packages option?  I don't think that would be too complicated.

Something similar for extension module sources would also be desirable.
History
Date User Action Args
2012-04-11 17:13:36erik.braysetrecipients: + erik.bray, tarek, eric.araujo, alexis
2012-04-11 17:13:36erik.braysetmessageid: <1334164416.25.0.393908195106.issue14549@psf.upfronthosting.co.za>
2012-04-11 17:13:35erik.braylinkissue14549 messages
2012-04-11 17:13:35erik.braycreate