Browse Source

Add long_description field to setup so it shows up on PyPi.org

Enis Afgan 7 năm trước cách đây
mục cha
commit
2b74480ec8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -1,5 +1,5 @@
 """
-Package install information
+CloudBridge provides a uniform interface to multiple IaaS cloud providers.
 """
 
 import ast
@@ -63,6 +63,7 @@ setup(
     name='cloudbridge',
     version=version,
     description='A simple layer of abstraction over multiple cloud providers.',
+    long_description=__doc__,
     author='Galaxy and GVL Projects',
     author_email='help@genome.edu.au',
     url='http://cloudbridge.cloudve.org/',