-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (28 loc) · 952 Bytes
/
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
[metadata]
name = docker-signatures
description = docker signatures ensure that a Docker Image has all signatures
version = file: VERSION
long_description = file: README.md
long_description_content_type = text/markdown
license = License :: OSI Approved :: BSD License
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Environment :: Console
Operating System :: POSIX
Operating System :: MacOS
Operating System :: OS Independent
Operating System :: Microsoft :: Windows
Intended Audience :: Other Audience
Intended Audience :: System Administrators
author = Daniel Garcia (cr0hn)
author_email = cr0hn@cr0hn.com
url = https://github.com/cr0hn/docker-signatures
[options]
zip_safe = True
include_package_data = True
packages = find:
[options.entry_points]
console_scripts =
dockerfile-signatures = docker_signatures.__main__:main