From 0db163710f812d1e687da7293f6148d61e6a0ce4 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Wed, 18 Nov 2015 21:22:12 +0100 Subject: [PATCH] fix link; set dev status to 'stable' --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e593e9a..d81aa7d 100644 --- a/setup.py +++ b/setup.py @@ -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",