Skip to content

Commit 0e9f1d9

Browse files
authored
Merge pull request #2 from hazyfossa/main
Fix broken links in pyproject.toml
2 parents 30e0f0f + 733367e commit 0e9f1d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies = [
3232
]
3333

3434
[project.urls]
35-
Homepage = "https://github.com/jmitchel3/timescaledb"
36-
Repository = "https://github.com/jmitchel3/timescaledb"
35+
Homepage = "https://github.com/jmitchel3/timescaledb-python"
36+
Repository = "https://github.com/jmitchel3/timescaledb-python"
3737

3838
[project.entry-points."sqlalchemy.dialects"]
3939
"timescaledb" = "timescaledb.dialect:TimescaledbPsycopg2Dialect"
@@ -104,4 +104,4 @@ sqlmodel = "^0.0.22"
104104
uvicorn = "^0.34.0"
105105

106106
[tool.poetry.dev-dependencies]
107-
pytest = "^8.3.4"
107+
pytest = "^8.3.4"

0 commit comments

Comments
 (0)