[svn r63234] fix gensetup, regen setup
--HG-- branch : trunk
This commit is contained in:
parent
82630c37a8
commit
1fc92407e9
9
setup.py
9
setup.py
|
@ -1,7 +1,7 @@
|
||||||
"""
|
"""
|
||||||
setup file for 'py' package based on:
|
setup file for 'py' package based on:
|
||||||
|
|
||||||
https://codespeak.net/svn/py/trunk, revision=63221
|
https://codespeak.net/svn/py/trunk, revision=63230
|
||||||
|
|
||||||
autogenerated by gensetup.py
|
autogenerated by gensetup.py
|
||||||
"""
|
"""
|
||||||
|
@ -67,12 +67,7 @@ def main():
|
||||||
'Topic :: System :: Distributed Computing',
|
'Topic :: System :: Distributed Computing',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
'Programming Language :: Python'],
|
'Programming Language :: Python'],
|
||||||
packages=['contrib.pygreen',
|
packages=['py.builtin',
|
||||||
'contrib.pygreen.pipe',
|
|
||||||
'contrib.pygreen.server',
|
|
||||||
'contrib.pygreen.test',
|
|
||||||
'py',
|
|
||||||
'py.builtin',
|
|
||||||
'py.builtin.testing',
|
'py.builtin.testing',
|
||||||
'py.c-extension',
|
'py.c-extension',
|
||||||
'py.cmdline',
|
'py.cmdline',
|
||||||
|
|
Loading…
Reference in New Issue