Skip to content

Commit 0425338

Browse files
authored
Merge pull request #2 from logtide-dev/fix/project-urls
fix: correct project URLs in pyproject.toml
2 parents e3d04b7 + 2c71489 commit 0425338

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ htmlcov/
4141
.mypy_cache/
4242
.ruff_cache/
4343

44+
# Claude
45+
.claude/
46+
4447
# OS
4548
.DS_Store
4649
Thumbs.db

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ django = ["django>=3.2.0"]
5757
fastapi = ["fastapi>=0.100.0", "starlette>=0.27.0"]
5858

5959
[project.urls]
60-
Homepage = "https://github.com/logtide-dev/python-sdk"
61-
Repository = "https://github.com/logtide-dev/python-sdk"
60+
Homepage = "https://github.com/logtide-dev/logtide-sdk-python"
61+
Repository = "https://github.com/logtide-dev/logtide-sdk-python"
6262
Documentation = "https://logtide.dev/docs"
63-
Issues = "https://github.com/logtide-dev/python-sdk/issues"
63+
Issues = "https://github.com/logtide-dev/logtide-sdk-python/issues"
6464

6565
[tool.setuptools.packages.find]
6666
where = ["."]

0 commit comments

Comments
 (0)