1 Star 17 Fork 1

swiftycode / clitheme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
swiftycode 提交于 2023-12-28 23:55 . Fix README entry in pyproject.toml
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.version]
path = "src/clitheme/_version.py"
[project]
name = "clitheme"
dynamic = ["version"]
authors = [
{ name="swiftycode", email="3291929745@qq.com" },
]
description = "A text theming library for command line applications"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
[project.scripts]
clitheme = "clitheme:cli.script_main"
[project.urls]
Homepage = "https://gitee.com/swiftycode/clitheme"
Documentation = "https://gitee.com/swiftycode/clitheme/wikis"
Issues = "https://gitee.com/swiftycode/clitheme/issues"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/swiftycode/clitheme.git
git@gitee.com:swiftycode/clitheme.git
swiftycode
clitheme
clitheme
latest-STABLE

搜索帮助

344bd9b3 5694891 D2dac590 5694891