parent
7124b9e941
commit
5cbc7f34db
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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue