Move version to single place; Move 'build' to User Guide; Add 'make publish'

This commit is contained in:
Pim van Pelt
2025-11-09 04:37:38 +01:00
parent 67df74968b
commit 04258ad46d
7 changed files with 48 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "vppcfg"
version = "1.0.2"
dynamic = ["version"]
authors = [
{ name="Pim van Pelt", email="pimg@ipng.ch" }
]
@@ -21,3 +21,6 @@ Homepage = "https://git.ipng.ch/ipng/vppcfg"
[build-system]
requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.dynamic]
version = {attr = "vppcfg._version.__version__"}