Fix setup.py to remove hexagonit.

parent 11c23458
...@@ -54,6 +54,6 @@ setup( ...@@ -54,6 +54,6 @@ setup(
'test': ['zope.testing', 'manuel'], 'test': ['zope.testing', 'manuel'],
}, },
tests_require=['zope.testing', 'manuel'], tests_require=['zope.testing', 'manuel'],
test_suite='hexagonit.recipe.cmmi.tests.test_suite', test_suite='slapos.recipe.cmmi.tests.test_suite',
entry_points={'zc.buildout': ['default = slapos.recipe.cmmi:Recipe']}, entry_points={'zc.buildout': ['default = slapos.recipe.cmmi:Recipe']},
) )
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