On Sun, Apr 05, 2009 at 06:45:45PM +0200, Tarek Ziadé wrote: > After some discussions with people at Pycon, we think that the > MANIFEST template should be removed.
+1 for fixing the mess that setuptools + distutils manage to make out of the manifest (MANIFEST.in + old MANIFEST lying around + .svn metadata => lots of confusion and lack of reproducibility) > I would like to deprecate MANIFEST.in in Distutils, in favor of a > package_data that can match directories with a glob-style pattern > see : http://bugs.python.org/issue5302 How would the new syntax look like? Would it allow you to separately specify the files that 1) need to be included in the installed Python packages (e.g. templates and static resources for web pages) 2) need to be included only in the sdist (e.g. HACKING.txt, shell scripts for setting up a dev environment, things like buildout.cfg) > If no one objects I will: > > - deprecate it with a warning in Python 2.7 > - add the glob-style pattern for package_data Marius Gedminas -- "Linux was made by foreign terrorists to take money from true US companies like Microsoft." -Some AOL'er. "To this end we dedicate ourselves..." -Don (From the sig of "Don" <d...@cs.byu.edu>)
signature.asc
Description: Digital signature
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig