-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (46 loc) · 1.56 KB
/
setup.cfg
File metadata and controls
48 lines (46 loc) · 1.56 KB
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
[metadata]
name = shouldi
version = attr: shouldi.version.VERSION
description = Meta static analysis tool for Python packages
long_description = file: README.md
long_description_content_type = text/markdown
author = John Andersen
author_email = john.s.andersen@intel.com
maintainer = John Andersen
maintainer_email = john.s.andersen@intel.com
url = https://github.com/dffml/dffml/blob/main/examples/shouldi/README.md
license = MIT
keywords = dffml
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
dffml>=0.4.0
dffml-feature-git>=0.3.0
aiohttp>=3.5.4
bandit>=1.6.2
safety>=1.8.5
PyYAML>=5.1.2
[options.entry_points]
console_scripts =
shouldi = shouldi.cli:ShouldI.main
dffml.operation =
run_bandit = shouldi.python.bandit:run_bandit
safety_check = shouldi.python.safety:safety_check
pypi_package_json = shouldi.python.pypi:pypi_package_json
pypi_package_contents = shouldi.python.pypi:pypi_package_contents
cleanup_pypi_package = shouldi.python.pypi:cleanup_pypi_package
shouldi.project.bom.db =
yaml = shouldi.project.bom.db.yaml:YAMLDB
pypi = shouldi.project.bom.db.pypi:PyPiDB