Files
sf_daq_broker/setup.py
2020-07-29 15:46:40 +02:00

15 lines
341 B
Python

from setuptools import setup
setup(name="sf_daq_broker",
version="0.0.1",
maintainer="Paul Scherrer Institute",
maintainer_email="daq@psi.ch",
author="Paul Scherrer Institute",
author_email="daq@psi.ch",
description="SwissFEL DAQ Broker",
license="GPL3",
packages=['sf_daq_broker']
)