We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa08c0c commit ba8c0a1Copy full SHA for ba8c0a1
setup.py
@@ -68,6 +68,7 @@ def find_files(pattern, path=None, root="rez"):
68
packages=find_packages('src', exclude=["build_utils",
69
"build_utils.*",
70
"tests"]),
71
+ install_requires=['setuptools'],
72
package_data={
73
'rez':
74
['utils/logging.conf'] +
0 commit comments