mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
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:
+5
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user