Message133346
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
... |
|
| Date |
User |
Action |
Args |
| 2011-04-08 22:23:49 | erik.bray | set | recipients:
+ erik.bray, tarek, eric.araujo, alexis |
| 2011-04-08 22:23:49 | erik.bray | set | messageid: <[email protected]> |
| 2011-04-08 22:23:48 | erik.bray | link | issue11805 messages |
| 2011-04-08 22:23:48 | erik.bray | create | |
|