From e412f695dd53d6856a6f321d25b700b9cc19ce2f Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 24 Jun 2009 18:02:41 +0200 Subject: [PATCH] tagging 1.0.0b5 --HG-- branch : 1.0.x --- MANIFEST | 12 ++++++------ py/__init__.py | 2 +- setup.py | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/MANIFEST b/MANIFEST index 6e2ec07dd..2919e5156 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 \ No newline at end of file +py/xmlobj/xml.py \ No newline at end of file diff --git a/py/__init__.py b/py/__init__.py index f70ee1994..1d156dacf 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -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", diff --git a/setup.py b/setup.py index 3068703cb..390b597cc 100644 --- a/setup.py +++ b/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',