Skip to content

Commit

Permalink
Dont specify readme as dynamic in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
orting committed Feb 21, 2024
1 parent 55620cf commit ddf2a1f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"dash"
]
version = "0.3.0"
dynamic = ["readme"]#, "version"]
readme = "README.md"

[project.urls]
Homepage = "https://daisy.ku.dk/"
Expand Down Expand Up @@ -51,10 +51,6 @@ all = [
"pylint"
]

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

[tool.setuptools.packages.find]
where = ["."]
include = ["daisypy"]
Expand Down Expand Up @@ -86,4 +82,4 @@ command_line = "-m pytest"
source = ["."]

[tool.coverage.report]
show_missing = "true"
show_missing = "true"

0 comments on commit ddf2a1f

Please sign in to comment.