Skip to content

Commit

Permalink
bump to v0.1.2
Browse files Browse the repository at this point in the history
add keywords
  • Loading branch information
skuschel committed Jun 3, 2015
1 parent 219c94d commit 4f82de6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -20,16 +20,18 @@
import numpy

setup(name='postpic',
version='0.1.1',
version='0.1.2',
author='Stephan Kuschel',
author_email='stephan.kuschel@gmail.de',
description='The open source particle-in-cell post processor.',
url='http://github.com/skuschel/postpic',
url='https://github.com/skuschel/postpic',
packages=find_packages(include=['postpic*']),
ext_modules = cythonize("postpic/cythonfunctions.pyx"),
include_dirs = [numpy.get_include()],
license='GPLv3+',
install_requires=['matplotlib', 'numpy>=1.7', 'scipy', 'cython'],
keywords = ['PIC', 'particle-in-cell', 'plasma', 'physics', 'plasma physics',
'laser', 'laser plasma', 'particle acceleration'],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 4f82de6

Please sign in to comment.