Skip to content

Commit

Permalink
Fix setup.py (ParmEd#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
swails authored Oct 24, 2023
1 parent 54848ca commit ad240ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def run(self):
packages=packages,
ext_modules=extensions,
cmdclass=cmdclass,
package_data={'parmed.modeller': ['data/*.lib', 'data/*.json']},
package_data={'parmed.modeller': ['data/*.lib', 'data/*.json', 'data/*.json.gz']},
python_requires='>=3.8',
**kws
)

0 comments on commit ad240ac

Please sign in to comment.