Skip to content

Commit

Permalink
ADD: Add setuptools to setup requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Feb 29, 2024
1 parent 3524f2f commit 45542b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def check_rsl_path(rsl_lib_path, rsl_include_path):
scripts=SCRIPTS,
python_requires=">=3.9",
install_requires=requirements,
setup_requires="setuptools_scm",
setup_requires=["setuptools_scm", "setuptools"],
license=LICENSE,
platforms=PLATFORMS,
classifiers=CLASSIFIERS,
Expand Down

0 comments on commit 45542b0

Please sign in to comment.