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@python.org http://mail.python.org/mailman/listinfo/tutor