mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-04-22 13:24:36 +02:00
14 lines
323 B
Python
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"],
|
|
)
|