Commit e9d2dbfe authored by Nathan Yergler's avatar Nathan Yergler

Removed devel_requires (which we aren't using) and converted sample dependecy...

Removed devel_requires (which we aren't using) and converted sample dependecy names to dotted format.
parent 0eb06a78
......@@ -42,9 +42,8 @@ setup(name='zope.XXX',
## ],
namespace_packages=['zope',],
tests_require = ['zope_testing'],
install_requires=['zope_deprecation'],
devel_requires=[],
tests_require = ['zope.testing'],
install_requires=['zope.deprecation'],
include_package_data = True,
zip_safe = False,
......
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