Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skuschel committed Jan 20, 2015
1 parent 1e6a536 commit e42c546
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,21 @@
description='The open source particle-in-cell post processor.',
url='http://github.com/skuschel/postpic',
packages=['postpic'],
install_requires=['matplotlib', 'numpy', 'scipy'],
licence='GPLv3+',
install_requires=['matplotlib', 'numpy>=1.7', 'scipy'],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Astronomy',
'Topic :: Scientific/Engineering :: Physics',
'Topic :: Scientific/Engineering :: Visualization']
'Topic :: Scientific/Engineering :: Visualization',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Operating System :: Unix',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)']
)

0 comments on commit e42c546

Please sign in to comment.