[svn r62738] quick fix of setup.py

--HG--
branch : trunk
This commit is contained in:
pedronis 2009-03-08 22:08:01 +01:00
parent 7124b9e941
commit 5cbc7f34db
1 changed files with 1 additions and 15 deletions

View File

@ -67,17 +67,6 @@ def main():
'Topic :: Utilities',
'Programming Language :: Python'],
packages=['py',
'py.apigen',
'py.apigen.rest',
'py.apigen.rest.testing',
'py.apigen.source',
'py.apigen.source.testing',
'py.apigen.testing',
'py.apigen.tracer',
'py.apigen.tracer.testing',
'py.apigen.tracer.testing.package',
'py.apigen.tracer.testing.package.submodule',
'py.apigen.tracer.testing.package.submodule.pak',
'py.builtin',
'py.builtin.testing',
'py.c-extension',
@ -116,9 +105,6 @@ def main():
'py.test.dsession.testing',
'py.test.looponfail',
'py.test.looponfail.testing',
'py.test.report',
'py.test.report.testing',
'py.test.report.webdata',
'py.test.testing',
'py.test.testing.import_test.package',
'py.test.web',
@ -225,4 +211,4 @@ def main():
if __name__ == '__main__':
main()