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

View File

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

View File

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