Metadata-Version: 2.1
Name: ecpro
Version: 0.0.7
Summary: ecpro image crop utils
Home-page: https://github.com/pypa/sampleproject
Author: libo
Author-email: 6878595@qq.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Description: https://packaging.python.org/tutorials/packaging-projects/#
        
        # 制作包
        
        # 打包
        python setup.py sdist bdist_wheel
        
        # 上传
        twine upload dist/*
        
        # 下载
        pip install ecpro -i  https://pypi.python.org/simple/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
