fixing setup.py in trunk

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-07-01 16:34:21 +01:00
parent e0aa84d5de
commit 2113645e11
1 changed files with 2 additions and 6 deletions

View File

@ -2,14 +2,9 @@
autogenerated by gensetup.py
setup file for 'py' package based on:
branch: 1.0.x
revision: 1180:548548a177f3fa2fa175dfa9b8e96188e94ab6c8
"""
import os, sys
import ez_setup
ez_setup.use_setuptools()
from setuptools import setup
long_description = """
@ -61,7 +56,8 @@ def main():
'Topic :: System :: Distributed Computing',
'Topic :: Utilities',
'Programming Language :: Python'],
packages=['py.builtin',
packages=['py',
'py.builtin',
'py.builtin.testing',
'py.cmdline',
'py.cmdline.testing',