Skip to content

Commit

Permalink
Merge pull request #17 from anh-tong/pure_jax
Browse files Browse the repository at this point in the history
fix setup.py
  • Loading branch information
anh-tong authored Sep 8, 2022
2 parents 82960ba + 72b19bd commit 86a005f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@

HERE = pathlib.Path(__file__).resolve().parent

metadata = {"name": "signax", "version": "0.1.0", "author": "signax authors"}
metadata = {
"name": "signax",
"version": "0.1.0",
"author": "signax authors",
"author_email": "anh.h.tong@gmail.com",
}

python_requires = "~=3.7"
install_requires = ["jax>=0.3.10", "equinox"]
Expand Down Expand Up @@ -36,6 +41,7 @@
name=metadata["name"],
version=metadata["version"],
author=metadata["author"],
author_email=metadata["author_email"],
maintainer=metadata["author"],
description=description,
long_description=readme,
Expand Down

0 comments on commit 86a005f

Please sign in to comment.