Changing PyPi classifier from Beta to Stable

This commit is contained in:
Jacob Alexander
2020-11-20 13:55:19 -08:00
parent d6e73c8d75
commit 2e6d7be1dd

View File

@@ -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',