Skip to content

Commit a47806b

Browse files
committed
specify minimal setuptools version
1 parent f420d39 commit a47806b

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
@@ -111,7 +111,7 @@ def find_rel_test():
111111
test_suite="test.framework.suite",
112112
zip_safe=False,
113113
install_requires=[
114-
'setuptools',
114+
'setuptools >= 0.6',
115115
"vsc-base >= 2.4.18",
116116
],
117117
extras_require = {

0 commit comments

Comments
 (0)