Metadata-Version: 1.0
Name: pythondemo
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://github.com/snowroll/python-sdk.git
Author: Peng Shiyu
Author-email: pengshiyuyx@gmail.com
License: MIT License
Description: 打包方法：
        
        python setup.py bdist_egg
        之后将整个目录打包发给调用方
        安装和使用SDK：
        
        解压，进入主目录下
        python setup.py install 安装
        import Demo 在python程序中，调用安装好的Demo包
Platform: UNKNOWN
