pounder_test/py/setup.py

8 lines
168 B
Python
Raw Normal View History

2021-08-09 22:23:18 +08:00
from setuptools import setup
setup(name='stabilizer',
version='0.1',
description='Stabilizer Utilities',
author='QUARTIQ GmbH',
license='MIT')