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 b8810dd commit 2638dc0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ requires = [
"wheel >= 0.37.0",
]

[metadata]
[project]
name = "vqepy"
author = "Javier Norambuena Leiva"
author_email = "[email protected]"
description = "An open source Python package for molecular and condensed matter VQE research"
readme = "README.md"
license = {file = "LICENSE.md"}
url = "https://github.com/javinoram/VqePy"
project_url = { repository = "https://github.com/javinoram/VqePy" }
license = {file = "LICENSE.txt"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -23,6 +21,10 @@ classifiers = [
python_requires = ">=3.10"
dynamic = [ "version", ]

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

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

Expand Down

0 comments on commit 2638dc0

Please sign in to comment.