Skip to content

Commit 6306863

Browse files
authored
Merge pull request #95 from amcadmus/master
fix bug of install gromacs
2 parents 066089d + c52828b commit 6306863

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
'dpdata/xyz',
3737
'dpdata/pwmat',
3838
'dpdata/amber',
39-
'dpdata/fhi_aims'],
39+
'dpdata/fhi_aims',
40+
'dpdata/gromacs'
41+
],
4042
package_data={'dpdata':['*.json']},
4143
classifiers=[
4244
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)