Skip to content

Commit 1d9e7c3

Browse files
committed
Remove unneeded quotations
1 parent 7990b99 commit 1d9e7c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ include = [
3030
]
3131

3232
[poetry.urls]
33-
"Homepage" = "https://www.exasol.com/"
34-
"Documentation" = "https://exasol.github.io/python-toolbox/"
35-
"Source" = "https://github.com/exasol/python-toolbox"
36-
"Issues" = "https://github.com/exasol/python-toolbox/issues"
37-
"Changelog" = "https://exasol.github.io/python-toolbox/changelog.html"
33+
Homepage = "https://www.exasol.com/"
34+
Documentation = "https://exasol.github.io/python-toolbox/"
35+
Source = "https://github.com/exasol/python-toolbox"
36+
Issues = "https://github.com/exasol/python-toolbox/issues"
37+
Changelog = "https://exasol.github.io/python-toolbox/changelog.html"
3838

3939
[tool.poetry.dependencies]
4040
python = "^3.9"

0 commit comments

Comments
 (0)