Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-regex-commit"]
build-backend = "hatchling.build"

[project]
name = "pyuptimekuma"
name = "pythonkuma"
dynamic = ["version"]
description = "Simple Python wrapper for Uptime Kuma"
readme = "README.md"
Expand All @@ -28,16 +28,16 @@ dev = [
]

[project.urls]
Source = "https://github.com/tr4nt0r/python-uptimekuma"
Source = "https://github.com/tr4nt0r/pythonkuma"

[tool.hatch.version]
source = "regex_commit"
commit_extra_args = ["-e"]
path = "pyuptimekuma/__init__.py"
path = "pythonkuma/__init__.py"

[tool.hatch.build.targets.sdist]
include = [
"/pyuptimekuma",
"/pythonkuma",
]

[tool.ruff]
Expand All @@ -51,7 +51,7 @@ ignore = ["TRY003", "N818"]

[tool.ruff.lint.isort]
force-sort-within-sections = true
known-first-party = ["pyuptimekuma"]
known-first-party = ["pythonkuma"]
combine-as-imports = true
split-on-trailing-comma = false

Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions pyuptimekuma/decorator.py → pythonkuma/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

import aiohttp

from pyuptimekuma import exceptions

from . import exceptions
from .const import LOGGER
from .models import UptimeKumaApiResponse

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading