Skip to content
Snippets Groups Projects
setup.cfg 910 B
Newer Older
name = TangoStationControl
summary = LOFAR 2.0 Station Control
#description-file =
#    README.rst
description-content-type = text/x-rst; charset=UTF-8
author = ASTRON
#home-page = https://dantalion.nl
#project_urls =
#    Bug Tracker = https://github.com/Dantali0n/RadLoggerPy/issues
#    Documentation = https://docs.openstack.org/pbr/
#    Source Code = https://github.com/Dantali0n/radloggerpy
license = Apache-2
classifier =
    Environment :: Console
    License :: Apache Software License
    Operating System :: POSIX :: Linux
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9

[files]
packages =
    devices

[entry_points]
console_scripts =
    SDP = devices.SDP:main
    PCC = devices.PCC:main