Message82384
I am no in favor of MANIFEST.in removal because I find it very
convenient to define what is included in a package and I rarely use
package_data or data_files. So I am -1 on its deprecation.
That said, having a mechanism to include directory recursively sounds
good. And people using this wouldn't have to maintain a MANIFEST.in.
Overall, I don't see a problem of having both ways.
Maybe some kind of plugin system could be created so people can
implement their own way to get a file list. I am thinking here about
the feature in setuptools that builds the file list using .svn,
so you don't have to define anything at all.
In any case, for the glob in data_files, how do you express this
MANIFEST.in line ?
recursive-include directory/subdir *.py *.txt |
|
Date |
User |
Action |
Args |
2009-02-17 22:49:03 | tarek | set | recipients:
+ tarek, gsakkis |
2009-02-17 22:49:03 | tarek | set | messageid: <1234910943.54.0.180344443434.issue5302@psf.upfronthosting.co.za> |
2009-02-17 22:48:49 | tarek | link | issue5302 messages |
2009-02-17 22:48:49 | tarek | create | |
|