Repository: libcloud
Updated Branches:
  refs/heads/trunk 9bb149734 -> dba1c2ecb


Add long_description attribute to setup.py so we have a nice description
page on pypi.org.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/aa332d07
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/aa332d07
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/aa332d07

Branch: refs/heads/trunk
Commit: aa332d073778b6e1f555428568fc536e4426abf6
Parents: 9bb1497
Author: Tomaz Muraus <[email protected]>
Authored: Tue Sep 4 11:03:08 2018 +0200
Committer: Tomaz Muraus <[email protected]>
Committed: Tue Sep 4 11:03:08 2018 +0200

----------------------------------------------------------------------
 setup.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/aa332d07/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index d05166b..da7358c 100644
--- a/setup.py
+++ b/setup.py
@@ -133,6 +133,7 @@ setup(
     description='A standard Python library that abstracts away differences' +
                 ' among multiple cloud provider APIs. For more information' +
                 ' and documentation, please see http://libcloud.apache.org',
+    long_description=open('README.rst').read(),
     author='Apache Software Foundation',
     author_email='[email protected]',
     install_requires=install_requires,

Reply via email to