No one has a clue about this? Le Tue, 16 Jun 2009 22:59:24 +0200, spir <[email protected]> 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 - [email protected] > http://mail.python.org/mailman/listinfo/tutor > ------ la vita e estrany _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
