-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
38 lines (35 loc) · 1.16 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[metadata]
name = trbnet
version = 1.0.dev0
description = Interface to TrbNet (wrapping libtrbnet.so with ctypes)
long_description = file: README.md
long_description_content_type = text/markdown
author = Philipp Klaus
author_email = [email protected]
url = https://github.com/pklaus/pytrbnet
license = GPL
platforms = Linux
keywords = TrbNet, PyTrbNet, FPGA, low-latency, network, libtrbnet, wrapper
classifiers =
Development Status :: 4 - Beta
Operating System :: OS Independent
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Topic :: System :: Hardware :: Hardware Drivers
[options]
packages = trbnet, trbnet.core, trbnet.xmldb, trbnet.util, trbnet.epics
zip_safe = True
include_package_data = False
install_requires =
lxml
click
enum34; python_version < "3.4"
typing; python_version < "3.5"
[options.entry_points]
console_scripts =
trbcmd.py = trbnet.util.trbcmd:cli
[options.extras_require]
epics: pcaspy