Skip to content

Commit

Permalink
Merge pull request #44 from grycap/devel
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
micafer authored Jan 21, 2019
2 parents 2226298 + 6fb0306 commit 430431d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ keys are:
``OpenStack``, ``OCCI``, ``LibCloud``, ``Docker``, ``GCE``, ``Azure``, ``AzureClassic`` and ``Kubernetes``.

* ``username`` indicates the user name associated to the credential. In EC2
it refers to the *Access Key ID*. In GCE it refers to *Service Accounts Email Address*.
it refers to the *Access Key ID*. In GCE it refers to *Service Account's Email Address*.

* ``password`` indicates the password associated to the credential. In EC2
it refers to the *Secret Access Key*. In GCE it refers to *Service Private Key*
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
package_data={"": ["LICENSE", "INSTALL", "NOTICE", "auth.dat"]},
license="GPL version 3, http://www.gnu.org/licenses/gpl-3.0.txt",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
description="IM is a tool to manage virtual infrastructures on Cloud deployments",
platforms=["any"],
install_requires=["radl", "netaddr", "requests"]
Expand Down

0 comments on commit 430431d

Please sign in to comment.