fix link; set dev status to 'stable'
This commit is contained in:
4
setup.py
4
setup.py
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user