Merge pull request #53 from sehawq/fix/remaining-placeholder-urls

fix: replace remaining placeholder URLs in zoom and drawio setup.py
This commit is contained in:
Yuhao
2026-03-13 16:47:11 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ setup(
description="CLI harness for Draw.io - Diagram creation and export via draw.io CLI. Requires: draw.io desktop app (draw.io --export)",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/anthropics/cli-anything",
url="https://github.com/HKUDS/CLI-Anything",
packages=find_namespace_packages(include=["cli_anything.*"]),
classifiers=[
"Development Status :: 4 - Beta",

View File

@@ -18,7 +18,7 @@ setup(
if __import__("os").path.exists("cli_anything/zoom/README.md")
else "CLI harness for Zoom meeting management.",
long_description_content_type="text/markdown",
url="https://github.com/yourusername/cli-anything-zoom",
url="https://github.com/HKUDS/CLI-Anything",
packages=find_namespace_packages(include=["cli_anything.*"]),
classifiers=[
"Development Status :: 4 - Beta",