Metadata-Version: 2.1
Name: etornado
Version: 0.1.1
Summary: a wrapper for tornado
Home-page: UNKNOWN
Author: sheng_xc
Author-email: sheng_xc@126.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: tornado (==6.0.3)

# 制作pypi包

1. 修改setup.py中的version值
2. 执行`python pack.py`
3. `twine upload  dist/*`


