Skip to content

Commit eaae159

Browse files
author
Will Trimble
committed
require setuptools 29
1 parent 1348803 commit eaae159

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
packages=['mglib'],
1414
scripts=glob.glob('scripts/[a-z]*') + glob.glob('examples/python/*.py'),
1515
install_requires= ['prettytable >= 0.7',
16-
'requests_toolbelt >= 0.8', 'setuptools > 28.0' ]
16+
'requests_toolbelt >= 0.8',
17+
'setuptools > 29.0' ] # >28 fail
1718
)
1819

1920

0 commit comments

Comments
 (0)