Skip to content
Snippets Groups Projects
setup.cfg 823 B
Newer Older
name = TangoStationControl
summary = LOFAR 2.0 Station Control
description-file =
    README.md
description-content-type = text/x-rst; charset=UTF-8
author = ASTRON
home-page = https://astron.nl
project_urls =
    Bug Tracker = https://support.astron.nl/jira/projects/L2SS/issues/
    Source Code = https://git.astron.nl/lofar2.0/tango
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]

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