fix link; set dev status to 'stable'

This commit is contained in:
Tobias Oberstein
2015-11-18 21:22:12 +01:00
parent 9a2fcc0646
commit 0db163710f

View File

@@ -65,7 +65,7 @@ setup(
long_description=docstr, long_description=docstr,
author='Tavendo GmbH', author='Tavendo GmbH',
author_email='autobahnws@googlegroups.com', author_email='autobahnws@googlegroups.com',
url='https://github.com/tavendo/txaio', url='https://github.com/crossbario/txaio',
platforms=('Any'), platforms=('Any'),
install_requires=[ install_requires=[
'six' 'six'
@@ -93,7 +93,7 @@ setup(
# http://pypi.python.org/pypi?%3Aaction=list_classifiers # http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[ classifiers=[
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"Environment :: Console", "Environment :: Console",
"Framework :: Twisted", "Framework :: Twisted",
"Intended Audience :: Developers", "Intended Audience :: Developers",