mirror of
https://fastgit.cc/github.com/HKUDS/CLI-Anything
synced 2026-05-01 06:10:35 +08:00
fix: replace remaining placeholder URLs in zoom and drawio setup.py
PR #26 fixed placeholder URLs across most setup.py files but missed zoom (yourusername) and drawio (anthropics). This aligns them with the correct HKUDS/CLI-Anything repository URL.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user