Skip to content

Commit

Permalink
fix bug of install gromacs
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Apr 9, 2020
1 parent 066089d commit c52828b
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 c52828b

Please sign in to comment.