diff --git a/README.ko.md b/README.ko.md index 9f2a97e..a362b67 100644 --- a/README.ko.md +++ b/README.ko.md @@ -126,6 +126,8 @@ MIT — [LICENSE](LICENSE), [NOTICE](NOTICE) 참고. **마지막 도구가 포기한 페이지를 DeepCloak이 읽어줬다면, ⭐ 하나 — 다른 사람들이 찾는 데 도움돼요.** +만든 사람 **[Mrbaeksang](https://baeksang.dev)** · [baeksang.dev](https://baeksang.dev) · [contact@baeksang.dev](mailto:contact@baeksang.dev) + [![Star History Chart](https://api.star-history.com/svg?repos=Mrbaeksang/deepcloak&type=Date)](https://star-history.com/#Mrbaeksang/deepcloak&Date) diff --git a/README.md b/README.md index 1648382..31d8ca0 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ MIT — see [LICENSE](LICENSE) and [NOTICE](NOTICE). **If DeepCloak read a page your last tool gave up on, drop a ⭐ — it helps others find it.** +Built by **[Mrbaeksang](https://baeksang.dev)** · [baeksang.dev](https://baeksang.dev) · [contact@baeksang.dev](mailto:contact@baeksang.dev) + [![Star History Chart](https://api.star-history.com/svg?repos=Mrbaeksang/deepcloak&type=Date)](https://star-history.com/#Mrbaeksang/deepcloak&Date) diff --git a/README.zh-CN.md b/README.zh-CN.md index 8bf09d7..f3b91e7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -126,6 +126,8 @@ MIT —— 见 [LICENSE](LICENSE) 与 [NOTICE](NOTICE)。 **如果 DeepCloak 读到了上一个工具放弃的页面,点个 ⭐ —— 能帮更多人发现它。** +作者 **[Mrbaeksang](https://baeksang.dev)** · [baeksang.dev](https://baeksang.dev) · [contact@baeksang.dev](mailto:contact@baeksang.dev) + [![Star History Chart](https://api.star-history.com/svg?repos=Mrbaeksang/deepcloak&type=Date)](https://star-history.com/#Mrbaeksang/deepcloak&Date) diff --git a/pyproject.toml b/pyproject.toml index a6bc208..cdb5496 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Local-first deep research agent that reads the whole web — even readme = "README.md" requires-python = ">=3.11" license = "MIT" -authors = [{ name = "Mrbaeksang" }] +authors = [{ name = "Mrbaeksang", email = "contact@baeksang.dev" }] keywords = ["deep-research", "web-scraping", "stealth", "anti-bot", "cloudflare", "mcp", "llm", "ai-agent", "rag", "local-first"] # ADR-0001: local-deep-research is pinned with == because the stealth shim @@ -30,6 +30,7 @@ deepcloak = "deepcloak.cli:main" [project.urls] Homepage = "https://github.com/Mrbaeksang/deepcloak" Repository = "https://github.com/Mrbaeksang/deepcloak" +Author = "https://baeksang.dev" [tool.hatch.build.targets.wheel] packages = ["src/deepcloak"]