[py-svn] py commit c4f9141c8ef5: make this package be the prime "py" package again to simplify release and packaging

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Nov 23 17:12:42 CET 2010


# HG changeset patch -- Bitbucket.org
# Project py
# URL http://bitbucket.org/hpk42/py/overview
# User holger krekel <holger at merlinux.eu>
# Date 1290528144 -3600
# Node ID c4f9141c8ef5678cc4909f31faac048ce928c9d6
# Parent  7799c5a50b52b28ebcf1eb543c97d790ec53db4f
make this package be the prime "py" package again to simplify release and packaging

--- a/setup.py
+++ b/setup.py
@@ -6,12 +6,10 @@ from setuptools import setup
 
 def main():
     setup(
-        name='pylib',
-        description='pylib: cross-python path, ini-parsing, io, code, log facilities',
+        name='py',
+        description='library with cross-python path, ini-parsing, io, code, log facilities',
         long_description = open('README.txt').read(),
-        install_requires=['py>=1.3.9', ], # force newer py version which removes 'py' namespace
-        #                                  # so we can occupy it
-        version='2.0.0.dev8',
+        version='1.4.0a2',
         url='http://pylib.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],



More information about the pytest-commit mailing list