Skip to content

Commit

Permalink
add long_description_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Sep 9, 2024
1 parent 15f8b28 commit 43c1559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "gem-suite"
description = "Qiskit Experiments suite for generation of entanglement using measurements."
version = "0.1.2"
version = "0.1.3"
requires-python = ">= 3.8"
authors = [{ name = "Naoki Kanazawa", email = "[email protected]" }]
dependencies = [
Expand All @@ -18,9 +18,6 @@ dependencies = [
[project.optional-dependencies]
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
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
)
],
options={"bdist_wheel": {"py_limited_api": "cp38"}},
long_description_content_type="text/markdown",
)

0 comments on commit 43c1559

Please sign in to comment.