Skip to content

Commit

Permalink
Merge pull request #93 from skuschel/ku/dev
Browse files Browse the repository at this point in the history
Ku/dev
  • Loading branch information
skuschel committed Oct 3, 2017
2 parents 5552d4d + 948d3fc commit ef103a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ notifications:

python:
- "2.7"
- "3.4"
# - "3.4"
- "3.5"
- "3.6"

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@
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',
Expand All @@ -53,7 +53,9 @@
'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',
Expand Down

0 comments on commit ef103a8

Please sign in to comment.