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

@ -1,20 +1,22 @@
doc/announce/release-1.0.0.txt
doc/download.txt
MANIFEST
py/__init__.py
setup.py
.hgignore
.hgtags
CHANGELOG
LICENSE
MANIFEST
README.txt
_findpy.py
doc/announce/release-0.9.0.txt
doc/announce/release-0.9.2.txt
doc/announce/release-1.0.0.txt
doc/announce/releases.txt
doc/bin.txt
doc/code.txt
doc/confrest.py
doc/conftest.py
doc/contact.txt
doc/download.txt
doc/execnet.txt
doc/img/pylib.png
doc/index.txt
@ -59,7 +61,6 @@ example/pytest/test_failures.py
example/pytest/test_setup_flow_example.py
ez_setup.py
py/LICENSE
py/__init__.py
py/_com.py
py/bin/_findpy.py
py/bin/_genscripts.py
@ -382,5 +383,4 @@ py/xmlobj/testing/__init__.py
py/xmlobj/testing/test_html.py
py/xmlobj/testing/test_xml.py
py/xmlobj/visit.py
py/xmlobj/xml.py
setup.py
py/xmlobj/xml.py

View File

@ -19,7 +19,7 @@ For questions please check out http://pylib.org/contact.html
"""
from initpkg import initpkg
version = "1.0.0b4"
version = "1.0.0b5"
initpkg(__name__,
description = "py.test and pylib: advanced testing tool and networking lib",

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