Metadata-Version: 2.1
Name: tuze_package_sample
Version: 1.0.0
Summary: A useful tool package
Home-page: https://github.com/sharkshore/python-base-sample
Author: tuze
Author-email: tuze <sharkshore@163.com>
License: MIT
Project-URL: Homepage, https://github.com/sharkshore/python-base-sample
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: colorama

# 说明

这是一个示例项目，用于展示如何使用 Python 部署到服务器。

该项目同时包含setup.py文件和pyproject.toml文件，用于配置项目的依赖和打包。

如何测试:
1. 安装到本地环境
2. 测试本地环境是否安装成功
3. 发布到远程pypi
4. 从远程pypi拉取是否成功
