mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-04-30 16:52:23 +02:00
15 lines
341 B
Python
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']
|
|
)
|