[Distutils] pypi and easy_install

Giampaolo Rodola' billiejoex at gmail.com
Wed Jan 16 02:00:46 CET 2008


2008/1/14, Phillip J. Eby <pje at telecommunity.com>:
> At 02:14 AM 1/14/2008 +0100, Giampaolo Rodola' wrote:
> > > (This is a distutils feature and doesn't require setuptools, although
> > > the distutils are a bit trickier to get the tarball to include
> > > everything, as you have to explicitly list in MANIFEST.in anything
> > > that distutils doesn't automatically pick up.
> >
> >Sorry for replying so late.
> >Gently, I would be interested in knowing how can I have distutils to
> >include everything.
> >Currently I've tried to use setup.py sdist but CREDITS, HISTORY,
> >INSTALL and LICENSE files aren't included in the tarball.
>
> http://python.org/doc/2.4.1/dist/manifest.html

Is there a way to specify that in setup.py?


More information about the Distutils-SIG mailing list