From d2487d3315ac254cbb1dfbd47c0a660f4cc982ca Mon Sep 17 00:00:00 2001 From: Mees Fix Date: Wed, 5 Jun 2024 13:10:53 -0400 Subject: [PATCH] Remove url from pyproject --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0f65ea..cb0372f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,6 @@ classifiers = [ ] dynamic = ['version'] -[project.urls] -repository = "https://github.com/spacetelescope/jwst_reffiles.git" - [project.scripts] mkrefs = "jwst_reffiles.mkrefs:main"