From d0ab2bbe4ce2012358aeb932e003ea883e899f00 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 19 Apr 2023 17:26:35 +0100 Subject: [PATCH] Fix setup.cfg --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d220cda056fe..0297fe039cc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -112,7 +112,8 @@ astropy = astropy.cfg, CITATION astropy.cosmology = *.ecsv astropy.utils.tests = data/.hidden_file.txt astropy.tests.figures = *.json -astropy.wcs = include/*/*.h, wcsapi/tests/example_4d_tab.fits +astropy.wcs = include/*/*.h +astropy.wcs.wcsapi.tests = wcsapi/tests/example_4d_tab.fits astropy.wcs.tests = extension/*.c [tool:pytest]