Skip to content

Commit

Permalink
setup.py: mark project as Beta
Browse files Browse the repository at this point in the history
* With the upcoming 0.1.0 release mark the project as Beta status.
* Add also an additional keyword.
  • Loading branch information
volans- committed Oct 3, 2022
1 parent 8e013bd commit 11ed725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
author='Riccardo Coccioli',
author_email='[email protected]',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand All @@ -60,7 +60,7 @@
},
extras_require=extras_require,
install_requires=[],
keywords=['gjson'],
keywords=['gjson', 'json'],
license='GPLv3+',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 11ed725

Please sign in to comment.