Skip to content

Commit ba8c0a1

Browse files
committed
Add setuptools to install_requires in setup.py
Signed-off-by: Thorsten Kaufmann <[email protected]>
1 parent fa08c0c commit ba8c0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def find_files(pattern, path=None, root="rez"):
6868
packages=find_packages('src', exclude=["build_utils",
6969
"build_utils.*",
7070
"tests"]),
71+
install_requires=['setuptools'],
7172
package_data={
7273
'rez':
7374
['utils/logging.conf'] +

0 commit comments

Comments
 (0)