Skip to content

Commit

Permalink
setup.py: beta -> stable (ECP-WarpX#2570)
Browse files Browse the repository at this point in the history
Mark the Python meta-data as production/stable.
  • Loading branch information
ax3l authored and dpgrote committed Nov 29, 2021
1 parent 73dbcdb commit 0811fad
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 @@ -293,7 +293,7 @@ def build_extension(self, ext):
# cmdclass={'test': PyTest},
# platforms='any',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Natural Language :: English',
'Environment :: Console',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 0811fad

Please sign in to comment.