Skip to content

Commit

Permalink
temporary fix for setup.py to run
Browse files Browse the repository at this point in the history
should revoke this commit after cli/newtonnet_predict becomes available
  • Loading branch information
nguan0731 authored Jun 10, 2022
1 parent 3afdb2c commit fcf2af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"A Newtonian message passing network for deep learning of interatomic potentials and forces",
long_description=long_description,
long_description_content_type="text/markdown",
scripts=['cli/newtonnet_train', 'cli/newtonnet_predict'],
scripts=['cli/newtonnet_train'],
keywords=[
'Machine Learning', 'Data Mining', 'Quantum Chemistry',
'Molecular Dynamics'
Expand All @@ -36,4 +36,4 @@
'Programming Language :: Python :: 3',
],
zip_safe=False,
)
)

0 comments on commit fcf2af8

Please sign in to comment.