Skip to content

Commit bfd57d7

Browse files
authored
chore: set package description in the metadata instead of dynamically pulling it from the package’s main module’s doc string (which contains documentation, probably not a short package description) (#1125)
1 parent b188510 commit bfd57d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ name = "package"
99
requires-python = ">=3.10.0,<3.14.0"
1010
authors = [{name = "Author", email = "author@email"}]
1111
maintainers = [{name = "Maintainer", email = "maintainer@email"}]
12-
dynamic = ["version", "description"]
12+
dynamic = ["version"]
1313
license = "MIT" # https://spdx.org/licenses/MIT.html
1414
license-files = ["LICENSE.md"]
15+
description = "An opinionated Python package/application template repository, with SLSA and SBOM support built in, enabled for security scanners, code linters, typing, testing and code coverage monitoring, and release automation for reproducible builds."
1516
readme = "README.md"
1617
dependencies = []
1718
keywords = []

0 commit comments

Comments
 (0)