Message 133346 - Python tracker
Message133346
| Author | erik.bray |
|---|---|
| Recipients | alexis, eric.araujo, erik.bray, tarek |
| Date | 2011-04-08.22:23:48 |
| SpamBayes Score | 6.612704e-07 |
| Marked as misclassified | No |
| Message-id | <1302301429.27.0.797210396018.issue11805@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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
... |
|
| History | |||
|---|---|---|---|
| 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: <1302301429.27.0.797210396018.issue11805@psf.upfronthosting.co.za> |
| 2011-04-08 22:23:48 | erik.bray | link | issue11805 messages |
| 2011-04-08 22:23:48 | erik.bray | create | |