summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 679bf1e..e17384e 100644
--- a/setup.py
+++ b/setup.py
@@ -11,14 +11,14 @@ Changes output of the nose testing tool into format easily parsable by machine."
11 url="http://maxischenko.in.ua/blog/entries/109/nose-vim-integration", 11 url="http://maxischenko.in.ua/blog/entries/109/nose-vim-integration",
12 download_url="http://cheeseshop.python.org/pypi/nose_machineout/0.1", 12 download_url="http://cheeseshop.python.org/pypi/nose_machineout/0.1",
13 install_requires = [ 13 install_requires = [
14 "nose>=0.9", 14 "nose>=0.10",
15 ], 15 ],
16 scripts = [], 16 scripts = [],
17 license="BSD", 17 license="BSD",
18 zip_safe=False, 18 zip_safe=False,
19 py_modules=['machineout', 'test_machineout'], 19 py_modules=['machineout', 'test_machineout'],
20 entry_points = { 20 entry_points = {
21 'nose.plugins': ['machineout = machineout:NoseMachineReadableOutput'], 21 'nose.plugins.0.10': ['machineout = machineout:NoseMachineReadableOutput'],
22 }, 22 },
23 classifiers=[ 23 classifiers=[
24 'Development Status :: 4 - Beta', 24 'Development Status :: 4 - Beta',