-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathsetup.cfg
59 lines (54 loc) · 1.72 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
52
53
54
55
56
57
58
59
[metadata]
name = safety
version = file: safety/VERSION
description = Checks installed dependencies for known vulnerabilities and licenses.
long_description = file: README.md, CHANGELOG.md, LICENSE
long_description_content_type = text/markdown
author = pyup.io
author_email = support@pyup.io
url = https://github.com/pyupio/safety
project_urls =
Bug Tracker = https://github.com/pyupio/safety/issues
Source = https://github.com/pyupio/safety/
Documentation = https://docs.pyup.io/docs/getting-started-with-safety-cli
keywords = safety, vulnerabilities, dependencies, licenses, check
license = MIT license
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: POSIX :: Linux
Operating System :: MacOS
Operating System :: Microsoft :: Windows
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
Programming Language :: Python :: 3.11
[options]
zip_safe = False
include_package_data = True
packages = safety, safety.formatters, safety.alerts
package_dir =
safety = safety
install_requires =
setuptools>=19.3
Click>=8.0.2
requests
packaging>=21.0,<22.0
dparse>=0.6.2
ruamel.yaml>=0.17.21
dataclasses==0.8; python_version=="3.6"
[options.entry_points]
console_scripts =
safety = safety.cli:cli
python_requires = >=3.6
[options.extras_require]
github = pygithub>=1.43.3
jinja2 >= 3.1.0
gitlab = python-gitlab>=1.3.0
[flake8]
exclude = docs