From a2e266bc36477438c14e06680cac53b1cb63d2b6 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Fri, 18 Sep 2020 17:14:16 -0400 Subject: [PATCH] Removes quotes from metadata URLs to appease PyPI. (#197) --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 918a8a7..454e6af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,6 @@ url = http://www.stsci.edu/resources/software_hardware/stsci_python edit_on_github = False github_project = spacetelescope/spherical_geometry project_urls = - Bug Reports = 'https://github.com/spacetelescope/spherical_geometry/issues/' - Source = 'https://github.com/spacetelescope/spherical_geometry/' - Help = 'https://hsthelp.stsci.edu' + Bug Reports = https://github.com/spacetelescope/spherical_geometry/issues/ + Source = https://github.com/spacetelescope/spherical_geometry/ + Help = https://hsthelp.stsci.edu