aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-08-19 15:34:52 -0700
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-08-19 15:34:52 -0700
commit863ff56254f5cc93e7030fa0c35481db42aabe2c (patch)
treec45e3cf99053c15a8a3e784bfd45a11fffc63852 /Python/setup.py
parent9409e1b12c78442323c7181417c811b262d4a694 (diff)
parentc023286720c7ae8aa2913efc461240a81e8b2bd9 (diff)
downloadWarpX-863ff56254f5cc93e7030fa0c35481db42aabe2c.tar.gz
WarpX-863ff56254f5cc93e7030fa0c35481db42aabe2c.tar.zst
WarpX-863ff56254f5cc93e7030fa0c35481db42aabe2c.zip
Merge branch 'dev' into select_fields_in_tests
Diffstat (limited to 'Python/setup.py')
-rw-r--r--Python/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/setup.py b/Python/setup.py
index ecb87190c..76d99fbaa 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -20,10 +20,10 @@ else:
package_data = {}
setup (name = 'pywarpx',
- version = '19.05',
+ version = '19.08',
packages = ['pywarpx'],
package_dir = {'pywarpx':'pywarpx'},
description = """Wrapper of WarpX""",
package_data = package_data,
- install_requires=['picmistandard']
+ install_requires=['picmistandard', 'periodictable']
)