Skip to content

Commit

Permalink
add license to setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
anh-tong committed Sep 8, 2022
1 parent 7c4f8a6 commit 254608b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
python_requires = "~=3.7"
install_requires = ["jax>=0.3.10", "equinox"]

license = "MIT"

classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -39,6 +41,7 @@
long_description=readme,
long_description_content_type="text/markdown",
url=url,
license=license,
classifiers=classifiers,
zip_safe=False,
python_requires=python_requires,
Expand Down

0 comments on commit 254608b

Please sign in to comment.