[New-bugs-announce] [issue14549] Recursive inclusion of packages
Éric Araujo
report at bugs.python.org
Wed Apr 11 18:42:42 CEST 2012
New submission from Éric Araujo <merwok at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14549>
_______________________________________
More information about the New-bugs-announce
mailing list