[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',
|
'Topic :: Utilities',
|
||||||
'Programming Language :: Python'],
|
'Programming Language :: Python'],
|
||||||
packages=['py',
|
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',
|
||||||
'py.builtin.testing',
|
'py.builtin.testing',
|
||||||
'py.c-extension',
|
'py.c-extension',
|
||||||
@@ -116,9 +105,6 @@ def main():
|
|||||||
'py.test.dsession.testing',
|
'py.test.dsession.testing',
|
||||||
'py.test.looponfail',
|
'py.test.looponfail',
|
||||||
'py.test.looponfail.testing',
|
'py.test.looponfail.testing',
|
||||||
'py.test.report',
|
|
||||||
'py.test.report.testing',
|
|
||||||
'py.test.report.webdata',
|
|
||||||
'py.test.testing',
|
'py.test.testing',
|
||||||
'py.test.testing.import_test.package',
|
'py.test.testing.import_test.package',
|
||||||
'py.test.web',
|
'py.test.web',
|
||||||
@@ -225,4 +211,4 @@ def main():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user