# py_package **Repository Path**: hangcchhn/py_package ## Basic Information - **Project Name**: py_package - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-17 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # py_package - 这个项目是个测试Python打包的试验项目 - 现在支持两套打包方式 - 使用setup.py的传统方式 - 使用pyproject.toml的现代方式 ## setup.py ```sh python setup.py egg_info python setup.py clean python setup.py bdist_wheel pip install dist/hn_package-1.0.0-py3-none-any.whl -t hn_install/ ``` ## pyproject.toml