Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
javinoram authored Feb 23, 2024
1 parent d1b3b0a commit 801542e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ classifiers = [
]
requires-python = ">=3.10"
dynamic = [ "version", ]

[project.urls]
Source = "https://github.com/javinoram/VqePy"
website = "https://github.com/javinoram/VqePy"

[tool.setuptools]
include-package-data = true

[tool.setuptools.package-data]
"vqepy.quantumsim" = ["*"]

dependencies = [
"pyscf",
"numpy",
Expand All @@ -52,3 +41,13 @@ dependencies = [
"jaxopt",
"optax",
]

[project.urls]
Source = "https://github.com/javinoram/VqePy"
website = "https://github.com/javinoram/VqePy"

[tool.setuptools]
include-package-data = true

[tool.setuptools.package-data]
"vqepy.quantumsim" = ["*"]

0 comments on commit 801542e

Please sign in to comment.