Metadata-Version: 2.0
Name: zhushengwen
Version: 1.0.4
Summary: this is a test package for packing python liberaries tutorial.
Home-page: http://blog.useasp.net/
Author: MitchellChu
Author-email: youremail@email.com
License: MIT
Keywords: test python package
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Dist: redlock (>=1.1.1)

https://packaging.python.org/tutorials/distributing-packages/#setup-py

https://kinegratii.github.io/2017/04/25/python-project-ci-publish/

python setup.py bdist_wheel --universal

pip install twine

twine upload dist/*

