Skip to content

Commit

Permalink
Add details to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminDecker committed Jan 30, 2025
1 parent f10b3a5 commit d6e1933
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project.urls]
Homepage = "https://github.com/QUARK-framework/QUARK"
Issues = "https://github.com/QUARK-framework/QUARK/issues"

[project]
name = "quark"
version = "0.0.1"
name = "quark-famework"
version = "2.1.4"
authors = [
{ name="Example Author", email="[email protected]" },
{ name="Philipp Ross", email="[email protected]" },
{ name="Marvin Erdmann", email="[email protected]" },
{ name="Andre Luckow", email="[email protected]" },
{ name="Greshma Shaji", email="[email protected]" },
{ name="Florian Kiwit", email="[email protected]" },
{ name="Benjamin Decker", email="[email protected]" },
{ name="Jürgen Schwitalla" },
{ name="Chris van den Oetelaar" },
{ name="Niklas Steinmann" },
]
description = "Framework for Quantum Computing Application Benchmarking"
readme = "README.md"
Expand All @@ -19,8 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "Apache-2.0"
license-files = ["LICEN[CS]E*"]
license = {text = "Apache-2.0"}
dependencies = [
"amazon-braket-pennylane-plugin==1.30.2",
"amazon-braket-sdk==1.88.2",
Expand Down

0 comments on commit d6e1933

Please sign in to comment.