summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorjaypipes <jaypipes@gmail.com>2011-08-30 20:08:40 -0700
committerjaypipes <jaypipes@gmail.com>2011-08-30 20:08:40 -0700
commitdbab61cd6bb070b5fc40a5fdc49b2caf3b20675a (patch)
treec392257a23939c9fd823cb85d65c1dae920502b0 /setup.py
parentf314bc0457781846c116b9cc0ad24ea49891d2d9 (diff)
parent0ec0a05aafbeec0b02da7e08ee8de69b459495df (diff)
downloadoslo-dbab61cd6bb070b5fc40a5fdc49b2caf3b20675a.tar.gz
oslo-dbab61cd6bb070b5fc40a5fdc49b2caf3b20675a.tar.xz
oslo-dbab61cd6bb070b5fc40a5fdc49b2caf3b20675a.zip
Merge pull request #2 from rajarammallya/master
Made openstack.common a module and removed code references to glance
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6c8af4e..c6d3c69 100644
--- a/setup.py
+++ b/setup.py
@@ -86,5 +86,4 @@ setup(
'Programming Language :: Python :: 2.6',
'Environment :: No Input/Output (Daemon)',
],
- scripts=['bin/skeleton',
- 'bin/skeleton-api'])
+ scripts=['bin/skeleton-api'])