Skip to content

Commit 48d22d5

Browse files
committed
Add setuptools to test dependencies
1 parent ba3c9d6 commit 48d22d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_version(rel_path):
5252
# Tools
5353
# "xcsp3": ["pycsp3"], <- for when xcsp3 is merged
5454
# Other
55-
"test": ["pytest"],
55+
"test": ["pytest", "setuptools"],
5656
"docs": ["sphinx>=5.3.0", "sphinx_rtd_theme>=2.0.0", "myst_parser", "sphinx-automodapi", "readthedocs-sphinx-search>=0.3.2"],
5757
},
5858
classifiers=[

0 commit comments

Comments
 (0)