From ba9b1854338f2eaf84279d75ca078f330b7624d8 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Wed, 13 Sep 2023 11:57:38 -0400 Subject: [PATCH] Remove unneeded spaces --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c23ebe1b..b527c638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = 'regions' description = 'An Astropy coordinated package for region handling' readme = 'README.rst' -license = { file = 'LICENSE.rst' } +license = {file = 'LICENSE.rst'} authors = [ {name = 'Regions Developers', email = 'astropy.team@gmail.com'}, ]