Changing PyPi classifier from Beta to Stable
This commit is contained in:
2
setup.py
2
setup.py
@@ -221,7 +221,7 @@ setup(
|
|||||||
download_url='https://github.com/haata/pycapnp/archive/v%s.zip' % VERSION,
|
download_url='https://github.com/haata/pycapnp/archive/v%s.zip' % VERSION,
|
||||||
keywords=['capnp', 'capnproto', "Cap'n Proto", 'pycapnp'],
|
keywords=['capnp', 'capnproto', "Cap'n Proto", 'pycapnp'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
'Operating System :: MacOS :: MacOS X',
|
'Operating System :: MacOS :: MacOS X',
|
||||||
|
|||||||
Reference in New Issue
Block a user