Skip to content

Commit f562ddf

Browse files
author
bryant
committed
move nose dependency to tests_require.
1 parent 8380340 commit f562ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
install_requires = [
44
"pyparsing < 2.0.0",
55
]
6-
setup_requires = [
6+
tests_require = [
77
"nose >= 1.0",
88
]
99

@@ -27,6 +27,6 @@
2727

2828
packages = find_packages(),
2929
install_requires = install_requires,
30-
setup_requires = setup_requires,
30+
tests_require = tests_require,
3131
test_suite = "nose.collector",
3232
)

0 commit comments

Comments
 (0)