Re: [Distutils] bdist_deb (was: Extending distutils with 3rd party build commands?)

2005-01-15 Thread Sean Reifschneider
It looks like some good progress has been made on this front since the original posting. Are we at a point where it's ready to be checked in now? Thoughts? Thanks, Sean -- moshez is not afraid of commitment. "Yes, honey, I'm ready for commitment. Why, I commit to numerous CVS projects" Sean R

[Distutils] Trouble packaging data files.

2005-01-15 Thread Yarden Katz
Hi. I'm trying to distribute a piece of software and I'm able to get distutils to package all of my *.py modules, which are in a single package, correctly. However, I've been unable to get it to package any of the data files. I wrote the following setup.py file: setup(name='pychinko', ver