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