Files
2024-01-14 22:41:07 +01:00

14 lines
323 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"],
)