how to create a pip package

Phlip phlip2005 at gmail.com
Tue Nov 10 12:14:47 EST 2009


> >     from setuptools import setup, find_packages
>
> It will be enough to use the method outlined in the distutils
> documentation. Setuptools is a third-party library that used to be the
> de-facto standard for Python packaging. I don't want to go into detail
> why setuptools might not be the best choice for a project...

Good - thanks, all! Those were the exact details I sought to avoid...




More information about the Python-list mailing list