Skip to content

Commit aa332d0

Browse files
committed
Add long_description attribute to setup.py so we have a nice description
page on pypi.org.
1 parent 9bb1497 commit aa332d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def run(self):
133133
description='A standard Python library that abstracts away differences' +
134134
' among multiple cloud provider APIs. For more information' +
135135
' and documentation, please see http://libcloud.apache.org',
136+
long_description=open('README.rst').read(),
136137
author='Apache Software Foundation',
137138
author_email='[email protected]',
138139
install_requires=install_requires,

0 commit comments

Comments
 (0)