Skip to content
Snippets Groups Projects
Commit d3274461 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

pyproject: Generate version dynamically

parent c79f47a6
No related branches found
No related tags found
No related merge requests found
[project]
name = "schilder2000"
version = "0.1.0"
dynamic = ["version"]
description = "Schildergenerator 2000"
authors = [
{name = "Thomas Schneider", email = "thomas@fsmpi.rwth-aachen.de"},
......@@ -53,6 +53,9 @@ includes = [
# Referenced files in manifest.json included via pdm_build.py
]
[tool.pdm.version]
source = "scm"
[build-system]
requires = ["pdm-backend", "pynpm"]
build-backend = "pdm.backend"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment