Commit 2fef2a59 authored by Tres Seaver's avatar Tres Seaver Committed by GitHub

Merge pull request #18 from navytux/nomock

setup: Fix thinko for test_require
parents 7707659a 503ae94c
......@@ -49,8 +49,8 @@ setup(name='zodburi',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
tests_require = requires,
install_requires = tests_require,
tests_require = tests_require,
install_requires = requires,
test_suite="zodburi",
entry_points="""\
[zodburi.resolvers]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment