Skip to content

Fix repo clone URL in README and license metadata in pyproject.toml - #4

Merged
josephrich98 merged 1 commit into
pachterlab:mainfrom
Faycall1l:fix/license-and-readme-clone-url
Sep 18, 2026
Merged

josephrich98 merged 1 commit into
pachterlab:mainfrom
Faycall1l:fix/license-and-readme-clone-url

Conversation

@Faycall1l

Copy link
Copy Markdown
Contributor

Summary

Two tiny packaging/docs fixes:

  1. README clone URL — git clone https://github.com/paperpush/paperpush.git in the "Use with AI" section does not exist (repository not found). The repo lives at pachterlab/paperpush. Pointed the clone command at the real URL.
  2. License metadata — pyproject.toml declared license = "MIT" while LICENSE and README state BSD-2-Clause. Set it to the SPDX identifier BSD-2-Clause so PyPI and pip show report the correct license.

Verification

  • pytest: 1350 passed, 74 skipped
  • CI sync checks all pass: gen_readme_venues.py --check, gen_venues_schema.py --check, gen_schema_docs.py --check, gen_subfile_templates.py --check
  • black formatting unaffected (no code changes)

- README used github.com/paperpush/paperpush, which does not exist; the repo
  lives at github.com/pachterlab/paperpush
- pyproject.toml declared the license as MIT while the project is
  BSD-2-Clause, so PyPI metadata would show the wrong license
@josephrich98
josephrich98 merged commit 0dda1a9 into pachterlab:main Sep 18, 2026
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