Skip to content

Commit

Permalink
docs: update Dev. Status from "Alpha" to "Production/Stable"
Browse files Browse the repository at this point in the history
... as the project is already widely used and it seems stable enough already.
  • Loading branch information
pbodnar committed Jan 14, 2023
1 parent 1ee1ce5 commit fa21ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
packages=['mistletoe'],
entry_points={'console_scripts': ['mistletoe = mistletoe.__main__:main']},
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit fa21ce7

Please sign in to comment.