Skip to content

Instantly share code, notes, and snippets.

@sivel

sivel/setup.py Secret

Created May 26, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sivel/cb98f8d98849a030e970 to your computer and use it in GitHub Desktop.
Save sivel/cb98f8d98849a030e970 to your computer and use it in GitHub Desktop.
import setuptools
setuptools.setup(
name="os-noop-auth-plugin",
version="1.0",
install_requires=['python-novaclient'],
entry_points={
"openstack.client.auth_plugin": [
"rackspace = module_doesnt_exist:ClassDoesntExist"
]
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment