mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 19:10:45 +02:00
10 lines
238 B
Python
10 lines
238 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="cadump",
|
|
version="0.0.3",
|
|
author="Paul Scherrer Institute",
|
|
author_email="daq@psi.ch",
|
|
description="Interface to dump data from archiver/databuffer",
|
|
packages=["cadump"]
|
|
) |