# lyy_life **Repository Path**: lyyzll/lyy_life ## Basic Information - **Project Name**: lyy_life - **Description**: lyy_life - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-27 - **Last Updated**: 2025-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lyy_life lyy_life --- - pypi 注册账号密码 [pypi网址](https://pypi.org/) - 安装twine ``` pip install twine ``` - 编译 ``` python setup.py sdist ``` - 上传 (需要输入pypi注册的账号密码) ``` twine upload dist/* ```