Skip to content

Commit

Permalink
add text/markdown content type to fix PyPI build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Sep 9, 2024
1 parent 4e31432 commit 708536e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ name = "gem-suite"
description = "Qiskit Experiments suite for generation of entanglement using measurements."
version = "0.1.1"
requires-python = ">= 3.8"
authors = [
{name = "Naoki Kanazawa", email = "[email protected]"},
]
authors = [{ name = "Naoki Kanazawa", email = "[email protected]" }]
dependencies = [
"pymatching",
"qiskit >= 1.0",
Expand All @@ -18,10 +16,10 @@ dependencies = [
]

[project.optional-dependencies]
dev = [
"black",
"ruff",
]
dev = ["black", "ruff"]

[tool.setuptools.dynamic]
readme = { file = "README.md", content-type = "text/markdown" }

[tool.setuptools.packages.find]
include = ["gem_suite", "gem_suite.*"]
Expand Down

0 comments on commit 708536e

Please sign in to comment.