-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
67 lines (63 loc) · 1.7 KB
/
Copy pathsetup.cfg
File metadata and controls
67 lines (63 loc) · 1.7 KB
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
62
63
64
65
66
67
[metadata]
name = cryptnox_cli
version = attr: cryptnox_cli.__version__
description = CLI for managing Cryptnox smart card wallets.
long_description_content_type = text/markdown
keywords =
python
cryptography
bitcoin
ethereum
cryptocurrency
wallet
license = LGPL-3.0
author = Cryptnox SA
author_email = info@cryptnox.com
home_page = https://www.cryptnox.com/
project_urls =
Source Code = https://github.com/Cryptnox-Software/cryptnox-cli
platforms = any
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
License :: Other/Proprietary License
Operating System :: OS Independent
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Topic :: Security :: Cryptography
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Smart Card
[options]
python_requires = >=3.11,<=3.14
packages = find:
packages_dir = cryptnox_cli
zip_safe = False
include_package_data = True
install_requires =
argparse
appdirs
base58
ecdsa>=0.19.2
colander
cryptnox-sdk-py>=1.0.5
lazy-import
pytz
requests>=2.33.0
solders>=0.27.0
tabulate
stdiomask
web3>=7.15.0
winsdk;platform_system=='Windows'
[options.entry_points]
console_scripts =
cryptnox = cryptnox_cli.main:main
[options.packages.find]
exclude =
tests
[flake8]
max-line-length = 120
exclude = .venv,build,dist,*.egg-info,setup.macos,temp_macos,build,setup