Skip to content

fix(pyproject): correct GitHub URLs to fomyio org#16

Merged
joeVenner merged 1 commit into
mainfrom
fix/pypi-urls
Apr 22, 2026
Merged

fix(pyproject): correct GitHub URLs to fomyio org#16
joeVenner merged 1 commit into
mainfrom
fix/pypi-urls

Conversation

@joeVenner
Copy link
Copy Markdown
Contributor

Fixes PyPI homepage and issues links that still pointed to the old iotviaai org.

🤖 Generated with Claude Code

@github-actions github-actions Bot added size: XS < 10 lines changed dependencies Dependency updates bug Something isn't working labels Apr 22, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 22, 2026

Greptile Summary

This PR corrects two stale GitHub URLs in pyproject.toml — the Homepage and Issues entries under [project.urls] — that still pointed to the old iotviaai GitHub organisation instead of the current fomyio one. The change is minimal, targeted, and correct.

  • Homepage URL updated from iotviaai/iotclifomyio/iotcli
  • Issues URL updated from iotviaai/iotcli/issuesfomyio/iotcli/issues
  • ⚠️ The authors field (name = "IoTviaAI", line 12) was not updated — this is a minor inconsistency in the PyPI metadata worth considering alongside this change

Confidence Score: 5/5

Safe to merge — the two-line URL correction is accurate and targeted with no risk of regression.

The change is a pure metadata fix with no logic or runtime impact. Both new URLs correctly point to the fomyio org. The only residual note is a cosmetic inconsistency in the authors field which does not block merging.

No files require special attention.

Important Files Changed

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
Loading

Comments Outside Diff (1)

  1. pyproject.toml, line 12 (link)

    P2 Residual iotviaai reference in authors field

    The URL references were updated to fomyio, but the authors field still reads IoTviaAI. 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

@joeVenner joeVenner self-assigned this Apr 22, 2026
@joeVenner joeVenner merged commit d8f10aa into main Apr 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Dependency updates size: XS < 10 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant