-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
44 lines (41 loc) · 1.02 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
[metadata]
name = gods_eye
version = 1.2.0
author = Pavel Dat
author_email = [email protected]
description = A set of tools which should be used in Gods Eye
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/paveldat/God-s-eye
[options]
package_dir =
=src
packages =
clickjacking
dns_lookup
exec_shell_command
http_headers_grabber
ip
logger
nmap_scanner
robots_scanner
whois_lookup
ip_info_finder
pwned
phone_info
one_sec_mail
install_requires =
requests >= 2.25.1
dnspython >= 2.2.1
python-nmap >= 0.7.1
folium >= 0.14.0
opencage >= 2.1.0
phonenumbers >= 8.13.2
[options.packages.find]
where = src
include = clickjacking, dns_lookup, exec_shell_command, http_headers_grabber,
ip, logger, nmap_scanner, robots_scanner, whois_lookup, ip_info_finder,
pwned, phone_info, one_sec_mail
[pycodestyle]
ignore = E402, W504, E123
max-line-length = 160