Skip to content

Fix project URLs - #8

Merged
wheresoli merged 1 commit into
mainfrom
fix/project-urls
Jun 30, 2026
Merged

Fix project URLs#8
wheresoli merged 1 commit into
mainfrom
fix/project-urls

Conversation

@wheresoli

Copy link
Copy Markdown
Owner

Summary

The pyproject.toml project URLs and the docs/RELEASE.md install snippet pointed at a placeholder github.com/openai/liveshell repo that doesn't exist. This corrects them to github.com/wheresoli/LiveShell so the package-metadata links (Homepage / Documentation / Issues / Source) and the pip install git command actually resolve.

Worth landing before any PyPI publish, where the metadata URLs become user-facing.

Changes

  • pyproject.toml[project.urls] Homepage / Documentation / Issues / Source
  • docs/RELEASE.mdpip install ... git+https://... example

No code or version change.

🤖 Generated with Claude Code

The pyproject metadata and the RELEASE.md install snippet referenced a
placeholder openai/liveshell repo that does not exist. Use the actual
repository so the package metadata links and the git install command resolve.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 30, 2026 07:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes packaging and documentation links that previously pointed to a non-existent placeholder repository, ensuring the project metadata (Homepage/Documentation/Issues/Source) and the release install snippet resolve to the actual wheresoli/LiveShell repository.

Changes:

  • Update [project.urls] in pyproject.toml to reference https://github.com/wheresoli/LiveShell.
  • Update the pip install ... git+https://... example in docs/RELEASE.md to use the correct repository URL.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Corrects [project.urls] metadata links to the real GitHub repository.
docs/RELEASE.md Fixes the git-tag install command to reference the real repository URL.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wheresoli wheresoli changed the title Fix project URLs to point at the real repo Fix project URLs Jun 30, 2026
@wheresoli
wheresoli merged commit dfc17f8 into main Jun 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants