[svn r62738] quick fix of setup.py
--HG-- branch : trunk
This commit is contained in:
16
setup.py
16
setup.py
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user