[Tutor] distutils MANIFEST.in

spir denis.spir at free.fr
Tue Jun 16 22:59:24 CEST 2009


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


More information about the Tutor mailing list