-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
44 lines (41 loc) · 1.05 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
39
40
41
42
43
44
[metadata]
name = trsfile
url = https://github.com/riscure/python-trsfile
maintainer = Riscure
maintainer_email = inforequest@riscure.com
version = file: trsfile/VERSION.txt
description = Library to read and create Riscure Inspector trace set files (.trs)
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause Clear License
keywords =
trs
trace
inspector
riscure
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Topic :: Utilities
Operating System :: OS Independent
project_urls =
Documentation = https://trsfile.readthedocs.io/en/latest
Bug Reports = https://github.com/riscure/python-trsfile/issues
Riscure = https://www.riscure.com
[options]
packages =
trsfile
trsfile.engine
trsfile.converters
install_requires =
numpy>=1,<2
include_package_data = True
[options.extras_require]
DEV =
sphinx
sphinx-autobuild
sphinx_rtd_theme
m2r2
[options.package_data]
* = VERSION.txt