Message133388
What’s the syntax described in the docs?
package_data =
mypackage = templates/*.html static/css/*.css
or
package_data =
mypackage = templates/*.html
mypackage = static/css/*.css
?
On a related subject, I think the new resources system should obsolete data_files and package_data. Putting files in arbitrary, OS-specific places (data_files) or alongside the Python files (package_data) was wrong, let’s move away from that. |
|
| Date |
User |
Action |
Args |
| 2011-04-09 13:57:21 | eric.araujo | set | recipients:
+ eric.araujo, tarek, alexis, erik.bray |
| 2011-04-09 13:57:21 | eric.araujo | set | messageid: <[email protected]> |
| 2011-04-09 13:57:20 | eric.araujo | link | issue11805 messages |
| 2011-04-09 13:57:20 | eric.araujo | create | |
|