Skip to content

Commit cc1d6ae

Browse files
committed
removing flake8 from setup_requires
1 parent cfbd0fe commit cc1d6ae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ def run_tests(self):
3737
url='https://github.com/fcollman/render-python',
3838
packages=['renderapi'],
3939
install_requires=required,
40-
setup_requires=['flake8'],
4140
tests_require=test_required,
4241
cmdclass={'test': PyTest},)

0 commit comments

Comments
 (0)