Skip to content
Snippets Groups Projects
Commit ef103a8c authored by Stephan Kuschel's avatar Stephan Kuschel Committed by GitHub
Browse files

Merge pull request #93 from skuschel/ku/dev

Ku/dev
parents 5552d4d4 948d3fc9
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ notifications: ...@@ -12,7 +12,7 @@ notifications:
python: python:
- "2.7" - "2.7"
- "3.4" # - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
......
...@@ -44,7 +44,7 @@ setup(name='postpic', ...@@ -44,7 +44,7 @@ setup(name='postpic',
keywords = ['PIC', 'particle-in-cell', 'plasma', 'physics', 'plasma physics', keywords = ['PIC', 'particle-in-cell', 'plasma', 'physics', 'plasma physics',
'laser', 'laser plasma', 'particle acceleration'], 'laser', 'laser plasma', 'particle acceleration'],
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',
...@@ -53,7 +53,9 @@ setup(name='postpic', ...@@ -53,7 +53,9 @@ setup(name='postpic',
'Topic :: Scientific/Engineering :: Visualization', 'Topic :: Scientific/Engineering :: Visualization',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Operating System :: Unix', 'Operating System :: Unix',
'Operating System :: MacOS', 'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows', '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