File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,29 @@ description = ""
88authors = [
99 " Nicola Coretti <nicola.coretti@exasol.com>"
1010]
11+ license = " MIT"
1112readme = " 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 ]
1436python = " ^3.8"
@@ -77,4 +99,4 @@ ignore_errors = true
7799[tool .scriv ]
78100new_fragment_template = " file: templates/fragment-template.rst"
79101output_file = " doc/changelog.${config:format}"
80- version = " literal: pyproject.toml: tool.poetry.version"
102+ version = " literal: pyproject.toml: tool.poetry.version"
You can’t perform that action at this time.
0 commit comments