-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathsetup.cfg
61 lines (58 loc) · 1.45 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
51
52
53
54
55
56
57
58
59
60
61
[metadata]
description = scared is a side-channel analysis framework.
name = scared
author = eshard
author_email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.com/eshard/scared
project_urls =
eShard=https://www.eshard.com
Documentation=https://eshard.gitlab.io/scared
Issues=https://gitlab.com/eshard/scared/issues
classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
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<3.10
install_requires =
numpy
estraces
psutil
numba
scipy
tests_require =
pytest
pycrypto
pydocstyle<4
flake8
pep8-naming
flake8-docstrings
test_suite = tests
[options.packages.find]
exclude =
tests
[versioneer]
VCS = git
style = pep440
versionfile_source = scared/_version.py
versionfile_build = scared/_version.py
tag_prefix =
parentdir_prefix = scared-