[Distutils] include special filetypes and subdirectories

2010-02-18 Thread Assem Chelli
Hi how to change setup.py to include special filetypes and subdirectories recursively in python eggs ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] include special filetypes and subdirectories

2010-02-18 Thread P.J. Eby
At 01:34 AM 2/19/2010 +0100, Assem Chelli wrote: Hi how to change setup.py to include special filetypes and subdirectories recursively in python eggs Option 1: Put them under revision control using CVS, Subversion, or any revision control system that has a setuptools plugin (in which

Re: [Distutils] include special filetypes and subdirectories

2010-02-18 Thread Ben Finney
Assem Chelli assem...@gmail.com writes: how to change setup.py to include special filetypes and subdirectories recursively in python eggs The manifest file allows specifying globs and recursive includes URL:http://docs.python.org/distutils/sourcedist.html#specifying-the-files-to-distribute.

Re: [Distutils] include special filetypes and subdirectories

2010-02-18 Thread P.J. Eby
At 02:11 AM 2/19/2010 +0100, Assem Chelli wrote: i have eclipse with cvs and pydev plugin's ,how can i do it,or its automatically If your files are under CVS control (in which case you will have a bunch of directories named CVS in your project), then all you need is to add the