Skip to content

Commit 579281b

Browse files
Unpin setuptools.
1 parent 6cfca4b commit 579281b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@
4242

4343
dev_requires = [
4444
'flake8',
45-
# with pex 1.2.2, seems that more recent setuptools break things
46-
# and the planet package will not be found
47-
# see https://github.com/pantsbuild/pex/issues/301
48-
'setuptools<21',
45+
'setuptools',
4946
'pex',
5047
'pytest-cov',
5148
'sphinx',

0 commit comments

Comments
 (0)