Skip to content

Commit c8c3222

Browse files
committed
Downgrade setuptools to 18.2. 18.8.1 is not available on our build server
1 parent cefef39 commit c8c3222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# bootstrap setuptools if necessary
1111
from ez_setup import use_setuptools
12-
use_setuptools(version="18.8.1")
12+
use_setuptools(version="18.2")
1313

1414
from setuptools import setup, find_packages
1515
from setuptools.command.test import test as TestCommand

0 commit comments

Comments
 (0)