We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4a3b4 commit 1857d05Copy full SHA for 1857d05
1 file changed
pyproject.toml
@@ -4,9 +4,8 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "planemo"
7
-dynamic = ["version"]
+dynamic = ["version", "readme"]
8
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"}
10
license = { text = "MIT" }
11
authors = [
12
{ name = "Galaxy Project and Community", email = "galaxy-committers@lists.galaxyproject.org" }
@@ -65,6 +64,7 @@ packages = [
65
64
66
[tool.setuptools.dynamic]
67
version = {attr = "planemo.__version__"}
+readme = {file = ["README.rst", "HISTORY.rst"], content-type = "text/x-rst"}
68
69
[project.scripts]
70
planemo = "planemo.cli:planemo"
0 commit comments