Cut release 1.0.2 and upload to PyPi

This commit is contained in:
2025-11-08 22:43:48 +00:00
parent cb23d562eb
commit 2916432c34
4 changed files with 28 additions and 5 deletions

23
pyproject.toml Normal file
View File

@@ -0,0 +1,23 @@
[project]
name = "vppcfg"
version = "1.0.2"
authors = [
{ name="Pim van Pelt", email="pimg@ipng.ch" }
]
description = "A configuration tool for Vector Packet Processing"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "Apache-2.0"
license-files = ["LICENSE"]
[project.urls]
Homepage = "https://git.ipng.ch/ipng/vppcfg"
[build-system]
requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"