tagging 1.0.0b5
--HG-- branch : 1.0.x
This commit is contained in:
8
setup.py
8
setup.py
@@ -2,8 +2,7 @@
|
||||
autogenerated by gensetup.py
|
||||
setup file for 'py' package based on:
|
||||
|
||||
branch: 1.0.x
|
||||
revision: 1179:b1781bbfef8f3382f149e4b271b4795ed98469da
|
||||
revision: 1181:8a8203ee5eb85837b6a40d95d861af42008d1a4c
|
||||
|
||||
"""
|
||||
import os, sys
|
||||
@@ -36,7 +35,7 @@ def main():
|
||||
name='py',
|
||||
description='py.test and pylib: advanced testing tool and networking lib',
|
||||
long_description = long_description,
|
||||
version='1.0.0b4',
|
||||
version='1.0.0b5',
|
||||
url='http://pylib.org',
|
||||
license='MIT license',
|
||||
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
||||
@@ -61,7 +60,8 @@ def main():
|
||||
'Topic :: System :: Distributed Computing',
|
||||
'Topic :: Utilities',
|
||||
'Programming Language :: Python'],
|
||||
packages=['py.builtin',
|
||||
packages=['py',
|
||||
'py.builtin',
|
||||
'py.builtin.testing',
|
||||
'py.cmdline',
|
||||
'py.cmdline.testing',
|
||||
|
||||
Reference in New Issue
Block a user