-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
50 lines (48 loc) · 1.27 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
45
46
47
48
49
50
[metadata]
name = estraces
description = Traces and trace header set Python library for side-channel analysis.
author = eshard
author_email = [email protected]
version = 1.6.4
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.com/eshard/estraces
project_urls =
eShard=https://www.eshard.com
Documentation=https://eshard.gitlab.io/estraces
Issues=https://gitlab.com/eshard/estraces/issues
classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Development Status :: 5 - Production/Stable
Environment :: Console
Framework :: Jupyter
Framework :: IPython
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Topic :: Scientific/Engineering
Topic :: Security
Topic :: Software Development
Operating System :: OS Independent
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.6.0
install_requires =
numpy
h5py
trsfile
psutil
tests_require =
pytest
mock
memory_profiler
pytest = "*"
test_suite = tests
[options.packages.find]
exclude =
tests