Skip to content

Commit

Permalink
add setuptools to test extras
Browse files Browse the repository at this point in the history
alexmojaki committed Sep 1, 2024
1 parent 53501eb commit 6e2634f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6e2634f

Please sign in to comment.