[Tutor] distutils MANIFEST.in

spir denis.spir at free.fr
Wed Jun 17 18:53:17 CEST 2009


No one has a clue about this?

Le Tue, 16 Jun 2009 22:59:24 +0200,
spir <denis.spir at free.fr> s'exprima ainsi:

> Hello,
> 
> a question for people who know how to write MANIFEST.in:
> How to tell to simply include all files in the package (and subdirs)? I
> tried:
> 
> recursive-include *.*
> ==> warning: sdist: MANIFEST.in, line 1: 'recursive-include' expects <dir>
> <pattern1> <pattern2> ...
> 
> recursive-include . *.*
> ==> warning: no files found matching '*.*' under directory '.'
> 
> recursive-include pijnu *.*
> (pijnu is the name of the package)
> ==> warning: no files found matching '*.*' under directory 'pijnu'
> 
> As a consequence, MANIFEST only includes:
> README
> setup.py
> and install installs nothing else the egg_info file.
> 
> Denis
> ------
> la vita e estrany
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
> 


------
la vita e estrany


More information about the Tutor mailing list