Skip to content

Commit 7a3daf1

Browse files
author
Arnon Yaari
committed
remove unused (and incorrect) options from setup.py
Fix 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Unordered types are not allowed'
1 parent 3fa7a6c commit 7a3daf1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
install_requires = ['setuptools', 'infi.execute'],
1010
extras_require = {},
1111

12-
test_suite = '',
13-
tests_require = {},
14-
1512
packages = [],
1613
package_dir = {'': 'src'},
1714
include_package_data = True,

0 commit comments

Comments
 (0)