Add --version CLI opt and __version__ module attr

Change-Id: I8c39a797e79429dd21c5caf093b076a4b1757de0
changes/12/178912/1
Brian Waldon 2012-11-27 11:46:26 -05:00
parent 62fe64bf2e
commit e53a1c33dd
1 changed files with 2 additions and 1 deletions

View File

@ -41,5 +41,6 @@ setuptools.setup(
entry_points={
'console_scripts': ['keystone = keystoneclient.shell:main']
}
},
data_files=[('keystoneclient', ['keystoneclient/versioninfo'])],
)