Skip to content

Commit dd610a3

Browse files
committed
Add additional project metadata
1 parent bb846b0 commit dd610a3

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

pyproject.toml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,29 @@ description = ""
88
authors = [
99
"Nicola Coretti <nicola.coretti@exasol.com>"
1010
]
11+
license = "MIT"
1112
readme = "README.rst"
13+
include = [
14+
"README.rst",
15+
"doc/changelog.rst",
16+
"LICENSE",
17+
]
18+
19+
keywords = [
20+
"nox",
21+
"tooling",
22+
"ci",
23+
"cd",
24+
"exasol",
25+
"infrastructure",
26+
]
27+
28+
[tool.poetry.urls]
29+
"Homepage" = "https://www.exasol.com/"
30+
"Documentation" = "https://exasol.github.io/python-toolbox/"
31+
"Source" = "https://github.com/exasol/python-toolbox"
32+
"Issues" = "https://github.com/exasol/python-toolbox/issues"
33+
"Changelog" = "https://exasol.github.io/python-toolbox/changelog.html"
1234

1335
[tool.poetry.dependencies]
1436
python = "^3.8"
@@ -77,4 +99,4 @@ ignore_errors = true
7799
[tool.scriv]
78100
new_fragment_template = "file: templates/fragment-template.rst"
79101
output_file = "doc/changelog.${config:format}"
80-
version = "literal: pyproject.toml: tool.poetry.version"
102+
version = "literal: pyproject.toml: tool.poetry.version"

0 commit comments

Comments
 (0)