From 6e2634f52a439e874e0921d89dcce7f863d8da7f Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Sun, 1 Sep 2024 14:38:20 +0200 Subject: [PATCH] add setuptools to test extras --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 11cbe80..96001c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ include_package_data = True tests_require = pytest; typeguard; pygments; littleutils [options.extras_require] -tests = pytest; typeguard; pygments; littleutils; cython +tests = pytest; typeguard; pygments; littleutils; cython; setuptools [coverage:run] relative_files = True