-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (24 loc) · 825 Bytes
/
pyproject.toml
File metadata and controls
26 lines (24 loc) · 825 Bytes
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
[project]
name = "template-docker"
version = "1.3.6"
description = "Template for Docker images"
authors = [{ name = "senzing", email = "support@senzing.com" }]
readme = "README.md"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "Apache-2.0"
license-files = [
"LICENSE",
".github/senzing-corporate-contributor-license-agreement.pdf",
".github/senzing-individual-contributor-license-agreement.pdf",
]
[project.urls]
bugtracker = "https://github.com/senzing-garage/template-docker/issues"
changelog = "https://github.com/senzing-garage/template-docker/blob/main/CHANGELOG.md"
source = "https://github.com/senzing-garage/template-docker"
[build-system]
requires = ["setuptools>=80", "wheel"]
build-backend = "setuptools.build_meta"