Release vppcfg 0.0.3

This commit is contained in:
Pim van Pelt
2022-12-03 16:18:26 +00:00
parent 305a30b1a1
commit ac13f54ab5
4 changed files with 17 additions and 5 deletions

View File

@ -3,10 +3,10 @@ from setuptools import setup
setup(
name="vppcfg",
version="0.0.2",
version="0.0.3",
install_requires=[
"requests",
'importlib-metadata; python_version == "3.8"',
'importlib-metadata; python_version > "3.8"',
"yamale",
"netaddr",
"vpp_papi",