Skip to content

Commit 1857d05

Browse files
committed
What about this?
1 parent dc4a3b4 commit 1857d05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "planemo"
7-
dynamic = ["version"]
7+
dynamic = ["version", "readme"]
88
description = "Command-line utilities to assist in building tools for the Galaxy project (http://galaxyproject.org/)."
9-
readme = {file = ["README.rst", "HISTORY.rst"], content-type = "text/x-rst"}
109
license = { text = "MIT" }
1110
authors = [
1211
{ name = "Galaxy Project and Community", email = "galaxy-committers@lists.galaxyproject.org" }
@@ -65,6 +64,7 @@ packages = [
6564

6665
[tool.setuptools.dynamic]
6766
version = {attr = "planemo.__version__"}
67+
readme = {file = ["README.rst", "HISTORY.rst"], content-type = "text/x-rst"}
6868

6969
[project.scripts]
7070
planemo = "planemo.cli:planemo"

0 commit comments

Comments
 (0)