Newer
Older
from setuptools import setup, find_packages
with open("README.md", "r") as f:
long_description = f.read()
setup(
version='N/A',
author='Aymeric Allemand',
author_email='aymeric.allemand@univ-lyon1.fr',
url='https://cameleon.univ-lyon1.fr/aymeric.allemand/control_nidaq_config',
description='Configuration for the control_daq module',