summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-06-18 23:10:41 -0400
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-06-18 23:12:10 -0400
commit01bca57862633ca43c8f1c05cef761acd85a7011 (patch)
treee76937a606c6de550cb45d372438c7578bda46b4 /setup.py
parent7b9410e41c0a40f25443bbfe847cfd3585098834 (diff)
downloadoslo-utils-01bca57862633ca43c8f1c05cef761acd85a7011.tar.gz
Get the tox tests working
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7eeb36b..70c2b3f 100755
--- a/setup.py
+++ b/setup.py
@@ -19,4 +19,4 @@ import setuptools
setuptools.setup(
setup_requires=['pbr'],
- pbr=True) \ No newline at end of file
+ pbr=True)