Further cleanup

* README is now relevant
* Auth now properly skipped with os-image-url and os-auth-token provided
This commit is contained in:
Brian Waldon
2012-03-26 23:29:20 -07:00
parent c530de6389
commit 883d22d032
4 changed files with 66 additions and 115 deletions
+2 -3
View File
@@ -20,7 +20,7 @@ def read(fname):
setuptools.setup(
name="python-glanceclient",
version="2012.1",
description="Client library for OpenStack Glance API",
description="Client library for OpenStack Image API",
long_description=read('README.rst'),
url='https://github.com/openstack/python-glanceclient',
license='Apache',
@@ -36,8 +36,7 @@ setuptools.setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
],
#install_requires=requires,
install_requires=[],
install_requires=requires,
dependency_links=dependency_links,
test_suite="nose.collector",
entry_points={'console_scripts': ['glance = glanceclient.shell:main']},