Skip to content

Commit

Permalink
Fix: long description not shown as markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Nov 20, 2023
1 parent 50071ff commit 4e2c2be
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ dependencies = [
"hjson",
]
dynamic = [
"version",
"readme"
"version"
]

[project.readme]
file = "README.md"
content-type = "text/markdown"

[project.optional-dependencies]
all = [
"splinepy[all]"
Expand All @@ -42,6 +45,8 @@ docs = [
[project.scripts]
releso = "releso.__main__:entry"



[tool.setuptools]
packages = [
"releso",
Expand All @@ -54,7 +59,6 @@ build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
version = {attr = "releso.__version__.version"}
readme = {file = "README.md"}

[tool.black]
line-length = 79
Expand Down

0 comments on commit 4e2c2be

Please sign in to comment.