From 4f82de6d19e053185b1de211ab77fbe0d10f58a3 Mon Sep 17 00:00:00 2001 From: Stephan Kuschel Date: Thu, 4 Jun 2015 00:35:48 +0200 Subject: [PATCH] bump to v0.1.2 add keywords --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9daec861..4b4f58a8 100755 --- a/setup.py +++ b/setup.py @@ -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',