tagging 1.0.0b5

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel
2009-06-24 18:02:41 +02:00
parent 250d58729d
commit e412f695dd
3 changed files with 11 additions and 11 deletions

View File

@@ -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',