From 6c222ac21f967d52135771d3b096f080bf3e708c Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:10:05 -0500 Subject: [PATCH 1/3] Match pypi name. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7faefa6..361a68e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ - [project] -name = "jump-starter" +name = "lf-jump-starter" license = {file = "LICENSE"} readme = "README.md" authors = [ From 09567d5f6fd89d84fc7297fec33d3ceb512b44a6 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:10:26 -0500 Subject: [PATCH 2/3] And that --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2ce24..297f4f3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ quickly get started with your package. [![Template](https://img.shields.io/badge/Template-LINCC%20Frameworks%20Python%20Project%20Template-brightgreen)](https://lincc-ppt.readthedocs.io/en/latest/) -[![PyPI](https://img.shields.io/pypi/v/jump-starter?color=blue&logo=pypi&logoColor=white)](https://pypi.org/project/jump-starter/) +[![PyPI](https://img.shields.io/pypi/v/lf-jump-starter?color=blue&logo=pypi&logoColor=white)](https://pypi.org/project/lf-jump-starter/) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/lincc-frameworks/jump-starter/smoke-test.yml)](https://github.com/lincc-frameworks/jump-starter/actions/workflows/smoke-test.yml) [![Codecov](https://codecov.io/gh/lincc-frameworks/jump-starter/branch/main/graph/badge.svg)](https://codecov.io/gh/lincc-frameworks/jump-starter) [![Read The Docs](https://img.shields.io/readthedocs/jump-starter)](https://jump-starter.readthedocs.io/) From decad75898d19e71cff3fc14663313e4e0d1cb3c Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi Date: Tue, 16 Dec 2025 15:26:50 -0500 Subject: [PATCH 3/3] One more spot. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 860b6c0..14e4989 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ project = "jump-starter" copyright = "2024, lincc-frameworks" author = "lincc-frameworks" -release = version("jump-starter") +release = version("lf-jump-starter") # for example take major/minor version = ".".join(release.split(".")[:2])