-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
52 lines (47 loc) · 1.21 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 = privacyscanner
version = 0.8.1
home-page = https://github.com/PrivacyScore/privacyscanner
license = MIT
license-file = LICENSE
author = PrivacyScore developers
author-email = [email protected]
description = Privacyscanner scans websites for security and privacy properties. It is the future scanning engine of PrivacyScore.
long-description = file: README.md
long-description-content-type = text/markdown
platform = any
keywords = privacy, security, scanner, scan, privacyscore, privacyscanner
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT 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
[options]
python_requires = >= 3.6
packages = find:
test_suite = tests
setup_requires = setuptools
install_requires =
psycopg2-binary
toposort
dnspython
geoip2
requests
adblockeval
tldextract
pychrome
cryptography
pillow
psutil
[options.packages.find]
exclude =
tests
examples
[options.entry_points]
console_scripts =
privacyscanner = privacyscanner.scanner:main
[bdist_wheel]
universal = false