Skip to content

Commit

Permalink
updatee setup.py, include license and Version
Browse files Browse the repository at this point in the history
  • Loading branch information
minhuanli committed Jan 17, 2023
1 parent a38d475 commit 1f1e803
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include License
include SFC_Jax/VERSION
2 changes: 1 addition & 1 deletion SFC_Jax/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.4
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ def getVersionNumber():
setup(name="SFcalculator_jax",
version=__version__,
author="Minhaun Li",
license="MIT",
description="A Differentiable pipeline connecting molecule models and crystallpgraphy data",
url=" ",
url="https://github.com/Hekstra-Lab/SFcalculator",
author_email='[email protected]',
packages=find_packages(),
include_package_data=True,
python_requires=">=3.7",
install_requires=[
"jax>=0.3.25",
Expand Down

0 comments on commit 1f1e803

Please sign in to comment.