2005/8/5, Robert Kern <[EMAIL PROTECTED]>:
> limodou wrote:
>
> > I'm sorry may be this letter is not suit for this maillist.
>
> You'll get better help on the Distutils-SIG list.
>
> http://mail.python.org/mailman/listinfo/distutils-sig/
>
> Phillip Eby hangs out there for the care and feeding
limodou wrote:
> I'm sorry may be this letter is not suit for this maillist.
You'll get better help on the Distutils-SIG list.
http://mail.python.org/mailman/listinfo/distutils-sig/
Phillip Eby hangs out there for the care and feeding of setuptools adopters.
--
Robert Kern
[EMAIL PROTECTED]
I'm new to setuptools.
One question is:
Recently I want to use setuptools for a project. My command line is just like :
python setup.py sdist --formats=gztar
But I found some deleted files also included in the package. These
files are .pyc suffixed. I use subversion. I checked the setuptools'