New submission from Erik Bray <erik.m.b...@gmail.com>:

In distutils the package_data option can be supplied a list of glob patterns 
for each package.  distutils2 currently only supports one glob per package.

This could easily be fixed by simply allowing more than one `package_name = 
pattern` value in the package_data option.  For example:

package_data =
    mypackage = templates/*.html
    mypackage = static/css/*.css
    mypackage.subpackage = templates/*.html
    ...

----------
assignee: tarek
components: Distutils2
hgrepos: 16
messages: 133346
nosy: alexis, eric.araujo, erik.bray, tarek
priority: normal
severity: normal
status: open
title: package_data only allows one glob per-package
type: behavior

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

Reply via email to