Rework setup.py to use distutils instead of setuptools.
authorW. Trevor King <wking@drexel.edu>
Tue, 7 Jun 2011 00:43:05 +0000 (20:43 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 7 Jun 2011 00:43:05 +0000 (20:43 -0400)
commitbe95484a0c2f8b060ac74a704b1f545d5a220161
treed144f67fcc4baf6225b80fbff600fc601835db40
parent87dfdc4d1375c1a5b7ee343b38ac77d255bafaee
Rework setup.py to use distutils instead of setuptools.

I'm not super happy about this step, but here are the pros and cons:
+ Include ebuild.tmpl in distribution  (`issue 11`_)
+ Remove setuptools dependency
- Implement test command by hand

setuptools also supports package_data, but I couldn't find an
incantation that included ebuild.tmpl.  The distutils incantation is
simple enough.

.. _issue 11: http://code.google.com/p/g-pypi/issues/detail?id=11
setup.py