Metadata-Version: 2.1
Name: linlei04-pkgdemo
Version: 0.0.1
Summary: My package description
Author-email: xmlclone <xmlclone@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/xmlclone/docode
Project-URL: Documentation, https://github.com/xmlclone/docode
Project-URL: Code, https://github.com/xmlclone/docode
Project-URL: Help/Questions, https://github.com/xmlclone/docode
Project-URL: Issue tracker, https://github.com/xmlclone/docode
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: selenium==4.14.0

# 说明

演示用

[![PyPI](https://img.shields.io/pypi/v/linlei04-pkgdemo.svg)](https://pypi.org/project/linlei04-pkgdemo/)
[![PyPI](https://img.shields.io/pypi/pyversions/linlei04-pkgdemo.svg)](https://pypi.org/project/linlei04-pkgdemo/)
[![license](https://img.shields.io/github/license/xmlclone/docode.svg)](https://github.com/xmlclone/docode/blob/main/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/xmlclone/docode.svg)](hhttps://github.com/xmlclone/docode/graphs/contributors)

# 自动识别的文件

`setuptools`会自动识别以下文件并打包，无需在`MANIFEST.in`或`pyproject.toml`或任意文件包含，工具会自动识别

1. `README, README.rst, README.txt, README.md`等
2. `LICENSE`文件
