xair-api-python/setup.py
onyx-and-iris 885c2e40e1 changelog added.
fixes #2
2022-05-01 09:42:33 +01:00

11 lines
272 B
Python

from setuptools import setup
setup(
name="mair_remote",
version="0.1.0",
description="MAIR Remote Python API",
packages=["mair"],
install_requires=["python-osc"],
extras_require={"development": ["pytest", "pytest-randomly", "genbadge[tests]"]},
)