fix: use absolute image URLs for PyPI, bump to 0.1.2

PyPI doesn't render relative image paths — switched to raw GitHub URLs.
Also updated pyproject.toml metadata (author, URLs).
This commit is contained in:
CloakHQ
2026-02-23 02:53:36 +01:00
parent 924f401265
commit efab732142
4 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -10,7 +10,7 @@ readme = "README.md"
license = "MIT"
requires-python = ">=3.9"
authors = [
{ name = "cloakbrowser" },
{ name = "CloakHQ", email = "cloakhq@pm.me" },
]
keywords = [
"stealth",
@@ -47,10 +47,10 @@ dependencies = [
]
[project.urls]
Homepage = "https://github.com/CloakHQ/cloakbrowser"
Documentation = "https://github.com/CloakHQ/cloakbrowser#readme"
Repository = "https://github.com/CloakHQ/cloakbrowser"
Issues = "https://github.com/CloakHQ/cloakbrowser/issues"
Homepage = "https://github.com/CloakHQ/CloakBrowser"
Documentation = "https://github.com/CloakHQ/CloakBrowser#readme"
Repository = "https://github.com/CloakHQ/CloakBrowser"
Issues = "https://github.com/CloakHQ/CloakBrowser/issues"
[tool.hatch.version]
path = "cloakbrowser/_version.py"