This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, erik.bray, tarek
Date 2011-04-09.13:57:20
SpamBayes Score 4.342472e-05
Marked as misclassified No
Message-id <1302357441.59.0.666726567171.issue11805@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-09 13:57:21eric.araujosetrecipients: + eric.araujo, tarek, alexis, erik.bray
2011-04-09 13:57:21eric.araujosetmessageid: <1302357441.59.0.666726567171.issue11805@psf.upfronthosting.co.za>
2011-04-09 13:57:20eric.araujolinkissue11805 messages
2011-04-09 13:57:20eric.araujocreate