forked from LedgerHQ/ragger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
58 lines (55 loc) · 1.26 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
[metadata]
name = ragger
version = attr: ragger.__version__
author = Ledger
author_email = hello@ledger.fr
description = Testing framework using Speculos and LedgerComm as backends
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/LedgerHQ/ragger
project_urls =
Bug Tracker = https://github.com/LedgerHQ/ragger/issues
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
[options]
package_dir=
=src
packages = find:
include_package_data = True
python_requires = >=3.6
install_requires=
bip_utils>=2.4.0
py-sr25519-bindings==0.1.4
semver>=2.13.0
[options.packages.find]
where=src
exclude =
tests
[options.extras_require]
tests=
pytest
pytest-cov
checkers=
yapf
toml
flake8
mypy
doc=
sphinx
python-docs-theme
speculos=
speculos>=0.1.128
ledgercomm=
ledgercomm
ledgercomm[hid]
ledgerwallet=
ledgerwallet==0.1.3
all_backends=
speculos>=0.1.128
ledgercomm
ledgercomm[hid]
ledgerwallet==0.1.3