New submission from Éric Araujo <mer...@netwok.org>:

For projects with more than a few packages, it is tedious to list all 
subpackages manually in setup.cfg.  There was once a find_packages in 
distutils2.util (copied from distribute), but when we moved away from setup.py 
it was removed (I don’t remember all the details).

A new field would be best if we could find a good name, or we could have 
special syntax in the existing packages field (like “packages = distutils2.*”).

----------
assignee: eric.araujo
components: Distutils2
messages: 158053
nosy: alexis, eric.araujo, erik.bray, tarek
priority: normal
severity: normal
stage: needs patch
status: open
title: Recursive inclusion of packages
type: enhancement
versions: 3rd party, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14549>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to