Skip to content

Commit

Permalink
docs: refine pyproject toml description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Cao committed Oct 12, 2024
1 parent e26da09 commit 11aa999
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ version = "1.1.0"
authors = [
{ name = "caoergou", email = "[email protected]" },
]
description = "帮助中国用户快速切换 pip 镜像源,提升下载速度的命令行工具.\nA tool that helps Chinese users quickly switch pip mirrors to improve download speeds."
description = """帮助中国用户快速切换 pip 镜像源,提升下载速度的命令行工具.
A tool helps Chinese users quickly switch pip mirrors to improve download speeds."""
readme = "README.md"
requires-python = ">=3.7"
keywords = ["pip", "mirror", "China", "speed", "cli"]
keywords = ["pip", "mirror", "Chinese", "speed", "cli"]
dependencies = ["requests"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
setup(
name="cnpip",
version="1.1.0",
description="帮助中国用户快速切换 pip 镜像源,提升下载速度的命令行工具/A tool that helps Chinese users quickly switch pip mirrors to improve download speeds.",
description="""帮助中国用户快速切换 pip 镜像源,提升下载速度的命令行工具
A tool helps Chinese users quickly switch pip mirrors to improve download speeds.""",
author="caoergou",
author_email="[email protected]",
url="https://github.com/caoergou/cnpip",
Expand Down

0 comments on commit 11aa999

Please sign in to comment.