parent
7124b9e941
commit
5cbc7f34db
14
setup.py
14
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',
|
||||||
|
|
Loading…
Reference in New Issue