Skip to content

Commit

Permalink
Merge pull request #6 from aiida-phonopy/abelcarreras-patch-1
Browse files Browse the repository at this point in the history
fix setup.json install_requires entry name
  • Loading branch information
abelcarreras committed Jul 29, 2019
2 parents d27b378 + e300a5c commit d442353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Abel Carreras",
"author_email": "abelcarreras83@gmail.com",
"license": "MIT license",
"requires": [
"install_requires": [
"phonopy",
"numpy",
"seekpath"
Expand Down Expand Up @@ -39,4 +39,4 @@
"phonopy.thermal = aiida_phonopy.workchains.thermal_conductivity: ThermalPhono3py"
]
}
}
}

0 comments on commit d442353

Please sign in to comment.