Cut release 1.0.2 and upload to PyPi
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user