-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (31 loc) · 988 Bytes
/
setup.cfg
File metadata and controls
34 lines (31 loc) · 988 Bytes
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
[metadata]
name = sshpubkeys
author = Olli Jarva
author_email = olli@jarva.fi
license = BSD
description = SSH public key parser
keywords = ssh, pubkey, public, key, openssh, ssh-rsa, ssh-dss, ssh-ed25519
url = https://github.com/ojarva/python-sshpubkeys
long_description = file: README.rst
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Topic :: Security
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: PyPy
[options]
packages = sshpubkeys
install_requires = cryptography>=2.5
python_requires = >=3
test_suite = tests
[options.extras_require]
dev = twine; wheel; yapf
[bdist_wheel]
universal=1