-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f10b3a5
commit d6e1933
Showing
1 changed file
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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", | ||
|