Metadata-Version: 2.1
Name: etornado
Version: 0.1.7
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.5
Description-Content-Type: text/markdown
Requires-Dist: tornado (==6.0.3)

# 发布流程

1. 执行`python pack.py {version_str}`
2. `twine upload dist/*`
3. 新建标签，说明改动


