vban-cmd-python/setup.py
onyx-and-iris 11da78e2e7 remove public_packet setter. should be read only.
version bump to match changelog

some rewording in readme.
2022-04-30 16:57:47 +01:00

11 lines
262 B
Python

from setuptools import setup
setup(
name="vbancmd",
version="0.3.0",
description="VBAN CMD Python API",
packages=["vbancmd"],
install_requires=["toml"],
extras_require={"development": ["pytest", "pytest-randomly", "genbadge[tests]"]},
)