Erik Bray <[email protected]> added the comment:
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.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14549>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com