Skip to content

Commit 2676010

Browse files
committed
remove setup_requires b/c it was problematic for conda-forge
1 parent c76e0e5 commit 2676010

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
'pytz',
4646
'six',
4747
]
48-
SETUP_REQUIRES = ['pytest-runner']
4948
TESTS_REQUIRE = ['pytest', 'nose']
5049

5150
CLASSIFIERS = [
@@ -96,7 +95,6 @@
9695
cmdclass=versioneer.get_cmdclass(),
9796
packages=PACKAGES,
9897
install_requires=INSTALL_REQUIRES,
99-
setup_requires=SETUP_REQUIRES,
10098
tests_require=TESTS_REQUIRE,
10199
ext_modules=extensions,
102100
description=DESCRIPTION,

0 commit comments

Comments
 (0)