Skip to content

Instantly share code, notes, and snippets.

@EarthmanT
Created February 7, 2015 12:36
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 EarthmanT/04fdaf7d43ead7e8be8f to your computer and use it in GitHub Desktop.
Save EarthmanT/04fdaf7d43ead7e8be8f to your computer and use it in GitHub Desktop.
Example Setup
setup(
name='cloudify-plugin-example',
description='Writes a file',
packages=['cloudify_plugin'],
install_requires=[
"cloudify-plugins-common==3.1"
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment