@@ -45,12 +45,16 @@ dependencies = [
4545 " sphinx-inline-tabs>=2023.4.21,<2024" ,
4646 " sphinx-design>=0.5.0,<1" ,
4747 " sphinx-toolbox>=4.0.0,<5" ,
48- # Output indicated that [all] doesn't exist
4948 " typer>=0.7.0" ,
5049 " twine>=6.1.0,<7" ,
5150]
52- # Need to manually remove
53- # dynamic = ["dependencies"]
51+
52+ [project .urls ]
53+ Homepage = " https://www.exasol.com/"
54+ Documentation = " https://exasol.github.io/python-toolbox/"
55+ Source = " https://github.com/exasol/python-toolbox"
56+ Issues = " https://github.com/exasol/python-toolbox/issues"
57+ Changelog = " https://exasol.github.io/python-toolbox/changelog.html"
5458
5559[project .scripts ]
5660tbx = " exasol.toolbox.tools.tbx:CLI"
@@ -76,14 +80,6 @@ LICENSE = "LICENSE"
7680[tool .hatch .build .targets .wheel ]
7781include = [" exasol" ]
7882
79- # Did not convert this as was misnamed
80- [tool .poetry .urls ]
81- Homepage = " https://www.exasol.com/"
82- Documentation = " https://exasol.github.io/python-toolbox/"
83- Source = " https://github.com/exasol/python-toolbox"
84- Issues = " https://github.com/exasol/python-toolbox/issues"
85- Changelog = " https://exasol.github.io/python-toolbox/changelog.html"
86-
8783[build-system ]
8884requires = [" hatchling" ]
8985build-backend = " hatchling.build"
0 commit comments