Metadata-Version: 2.1
Name: a2y-builda2y
Version: 1.2.0
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.6
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: setuptools >=40.0.0
Requires-Dist: wheel >=0.34.0
Requires-Dist: cython >=3.0

# Python Module: a2y_builda2y

这个模块包含了一些用于构建 Python 模块的小工具。

## Build

1. 安装 wheel 模块（可能需要系统管理员权限）
    `pip install wheel`

2. 运行打包命令
    `python setup.py bdist_wheel`

## ChangeLog

- 2024-06-09 修正一些过时有误的信息。版本升级为 1.2.0。


