Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyji authored Jul 26, 2024
1 parent bda5b10 commit 7f0834b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[project]
name = "DIFFICE_jax"
version = "0.0.1"
authors = [
{ name="Yongji Wang", email="[email protected]" },
]
description = "A differentiable neural-network solver for data assimilation of ice shelves written in JAX"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/YaoGroup/DIFFICE_jax"
Issues = "https://github.com/YaoGroup/DIFFICE_jax/issues"

0 comments on commit 7f0834b

Please sign in to comment.