Skip to content

Commit

Permalink
Minor update of setup.json
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Nov 9, 2019
1 parent 8ec0ae7 commit 26c3ad3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.json
Expand Up @@ -4,11 +4,17 @@
"description": "AiiDA plugin for running phonon calculations using phonopy",
"author": "Atsushi Togo",
"author_email": "atz.togo@gmail.com",
"classifiers": [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.5"
],
"license": "MIT license",
"install_requires": [
"phonopy",
"phonopy>=2.3.2",
"numpy",
"seekpath"
"seekpath",
"aiida-core>=1.0.0b6,<2.0.0",
"aiida-vasp>=0.3.0"
],
"setup_requires": [
"reentry"
Expand Down

0 comments on commit 26c3ad3

Please sign in to comment.