Skip to content
Snippets Groups Projects
Commit 948d3fc9 authored by Stephan Kuschel's avatar Stephan Kuschel
Browse files

classify beta status and python versions

parent 4d8a4501
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ setup(name='postpic',
keywords = ['PIC', 'particle-in-cell', 'plasma', 'physics', 'plasma physics',
'laser', 'laser plasma', 'particle acceleration'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'Topic :: Scientific/Engineering',
......@@ -53,7 +53,9 @@ setup(name='postpic',
'Topic :: Scientific/Engineering :: Visualization',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Operating System :: Unix',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment