Skip to content

Commit

Permalink
Make readme non-dynamic field; specify readme content type explicitly…
Browse files Browse the repository at this point in the history
…; update github release action
  • Loading branch information
dzmpr committed Aug 17, 2024
1 parent 3153755 commit 43785c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ build-backend = "setuptools.build_meta"

[project]
name = "kataloger"
dynamic = ["version", "dependencies", "readme"]
dynamic = ["version", "dependencies"]
authors = [
{ name = "Dzmitry Pryskoka", email = "[email protected]" },
]
description = "CLI tool for projects that uses gradle version catalog to check dependency updates."
readme = { file = "README.md", content-type = "text/markdown" }
license = { text = "Apache 2.0" }
requires-python = ">=3.8"
classifiers = [
Expand Down Expand Up @@ -39,7 +40,6 @@ kataloger = ["default.configuration.toml"]
[tool.setuptools.dynamic]
version = { attr = "kataloger.__version__" }
dependencies = { file = "requirements.txt" }
readme = { file = "README.md" }

[tool.pytest.ini_options]
pythonpath = "src"
Expand Down

0 comments on commit 43785c0

Please sign in to comment.