# HG changeset patch -- Bitbucket.org # Project py # URL http://bitbucket.org/hpk42/py/overview # User holger krekel <hol...@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'], _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn