-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsetup.cfg
51 lines (50 loc) · 1.57 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
[metadata]
name = pass-audit
version = attr: pass_audit.__version__
description = A pass extension for auditing your password repository.
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL3
url = https://github.com/roddhjav/pass-audit
author = Alexandre Pujol
author_email = [email protected]
project_urls =
Documentation=https://github.com/roddhjav/pass-audit
Source=https://github.com/roddhjav/pass-audit
Issues=https://github.com/roddhjav/pass-audit/issues
Changelog=https://github.com/roddhjav/pass-audit/blob/master/CHANGELOG.md
keywords =
password-store
password
pass
pass-extension
audit
password-audit
haveibeenpwned
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: MacOS :: MacOS X
Operating System :: POSIX
Operating System :: POSIX :: BSD
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
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
Topic :: Security :: Cryptography
[options]
python_requires = >=3.6
zip_safe = True
packages =
pass_audit
install_requires =
requests
zxcvbn