소스 검색

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

Enis Afgan 7 년 전
부모
커밋
2b74480ec8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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/',