Skip to content

Commit

Permalink
Merge pull request #95 from amcadmus/master
Browse files Browse the repository at this point in the history
fix bug of install gromacs
  • Loading branch information
amcadmus authored Apr 9, 2020
2 parents 066089d + c52828b commit 6306863
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
'dpdata/xyz',
'dpdata/pwmat',
'dpdata/amber',
'dpdata/fhi_aims'],
'dpdata/fhi_aims',
'dpdata/gromacs'
],
package_data={'dpdata':['*.json']},
classifiers=[
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 6306863

Please sign in to comment.