Skip to content

Commit

Permalink
add some more project attributes to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Sep 26, 2024
1 parent d4f9310 commit 55f3071
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ description = "Qiskit Experiments suite for generation of entanglement using mea
version = "0.1.7.dev"
requires-python = ">= 3.8"
authors = [{ name = "Naoki Kanazawa", email = "knzwnao@jp.ibm.com" }]
readme = "README.md"
license = { file = "LICENSE.txt" }
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Rust",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"pymatching",
"qiskit >= 1.0",
Expand Down

0 comments on commit 55f3071

Please sign in to comment.