[Distutils] using distribute instead of distutils

2010-02-22 Thread Jean Daniel
Hello, I am writing a pure python module called wordish, which is similar to doctest in that it test snippets of code, parsed from an rst article and produce a report. wordish is available on Pypi in version 1.0 and the documentation is available at jdb.github.com/wordish. So far, I only

Re: [Distutils] using distribute instead of distutils

2010-02-22 Thread P.J. Eby
At 05:20 PM 2/22/2010 +0100, Jean Daniel wrote: Hello, I am writing a pure python module called wordish, which is similar to doctest in that it test snippets of code, parsed from an rst article and produce a report. wordish is available on Pypi in version 1.0 and the documentation is available

Re: [Distutils] using distribute instead of distutils

2010-02-22 Thread Jean Daniel
Can my setup.py support the installation of the following files, or should they be included in debian/fedora packages instead? 1. few examples files? 2. static html documentation files? 3. man pages for the console scripts? The distutils doesn't really support installing such things well;