fix(pyproject): correct GitHub URLs to fomyio org#16
Conversation
Greptile SummaryThis PR corrects two stale GitHub URLs in
|
| Filename | Overview |
|---|---|
| pyproject.toml | Updated [project.urls] Homepage and Issues entries from iotviaai to fomyio org — straightforward, correct two-line fix |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pyproject.toml - project.urls] --> B[Homepage URL]
A --> C[Issues URL]
B -- before --> D["github.com/iotviaai/iotcli"]
B -- after --> E["github.com/fomyio/iotcli"]
C -- before --> F["github.com/iotviaai/iotcli/issues"]
C -- after --> G["github.com/fomyio/iotcli/issues"]
style D fill:#ffcccc
style F fill:#ffcccc
style E fill:#ccffcc
style G fill:#ccffcc
Comments Outside Diff (1)
-
pyproject.toml, line 12 (link)Residual
iotviaaireference inauthorsfieldThe URL references were updated to
fomyio, but theauthorsfield still readsIoTviaAI. If this is also intended to reflect the new org/brand name, it should be updated here as well for consistency in the PyPI metadata.
Reviews (1): Last reviewed commit: "fix(pyproject): correct GitHub URLs to f..." | Re-trigger Greptile
Fixes PyPI homepage and issues links that still pointed to the old
iotviaaiorg.🤖 Generated with Claude Code