Metadata-Version: 2.1
Name: a2y-builda2y
Version: 1.1.1
Summary: UNKNOWN
Home-page: http://www.kersci.com/a2y/builda2y.html
Author: Yu Han
Author-email: hanjunyu@163.com
License: Private
Platform: Windows
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free For Educational Use
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools (>=40.0.0)
Requires-Dist: wheel (>=0.34.0)
Requires-Dist: cython (>=0.29)

# Python Module: a2y_builda2y
这个模块包含了一些用于构建 Python 模块的小工具。
## Build
先用 pip 安装 wheel 模块。
然后运行命令：
python setup.py bdist_wheel


