Skip to content

Commit 2f1fa62

Browse files
committed
Run migration again
1 parent 77580d8 commit 2f1fa62

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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]
5660
tbx = "exasol.toolbox.tools.tbx:CLI"
@@ -76,14 +80,6 @@ LICENSE = "LICENSE"
7680
[tool.hatch.build.targets.wheel]
7781
include = ["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]
8884
requires = ["hatchling"]
8985
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)