-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (38 loc) · 1.1 KB
/
Copy pathsetup.cfg
File metadata and controls
43 lines (38 loc) · 1.1 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
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
name = ctap-keyring-device
author = Danny Shemesh
author_email = dany74q@gmail.com
description = CTAP (client-to-authenticator-protocol) device backed by python's keyring library
long_description = file:README.rst
url = https://github.com/dany74q/ctap-keyring-device
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
[options]
packages = find:
include_package_data = true
python_requires = >=3.7
install_requires =
pyobjc-framework-LocalAuthentication >= 7.1; platform_system=='Darwin'
winsdk >= 1.0.0b6; platform_system == 'Windows' and python_version >= '3.7'
cryptography >= 3.4.6
keyring >= 23.0.0
fido2 >= 1.0.0
setup_requires = setuptools_scm >= 4.1.2
[options.packages.find]
exclude = tests
[options.extras_require]
testing =
pytest >= 6.0.1
pytest-black >= 0.3.11
pytest-cov >= 2.10.1
docs =
sphinx >= 3.2.1
jaraco.packaging >= 3.2
rst.linker >= 2.0.0
sphinx-autoapi >= 1.5.1