Skip to content

Commit

Permalink
docs: provide maintainer email ID
Browse files Browse the repository at this point in the history
Closes: #142
  • Loading branch information
qartik committed Sep 6, 2024
1 parent 1447509 commit f724472
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ name = "pytket-phir"
description = "A circuit analyzer and translator from pytket to PHIR"
readme = "README.md"
requires-python = ">=3.10, <3.13"
license = {file = "LICENSE"}
authors = [{name = "Quantinuum"}]
license = { file = "LICENSE" }
authors = [{ name = "Quantinuum" }]
maintainers = [
{ name = "Kartik Singhal", email = "Kartik.Singhal@quantinuum.com" },
]

classifiers = [
"Environment :: Console",
Expand Down Expand Up @@ -50,9 +53,7 @@ where = ["."]

[tool.pytest.ini_options]
addopts = "-s -vv"
pythonpath = [
"."
]
pythonpath = ["."]
log_cli = true
log_cli_level = "INFO"
log_level = "DEBUG"
Expand Down

0 comments on commit f724472

Please sign in to comment.