python/setup.py

9 lines
185 B
Python

from setuptools import setup
setup(
name="aiovieter",
version="0.1.0",
author="Jef Roosens",
description="Wrapper around the Vieter API.",
packages=["aiovieter"],
)