1 Star 0 Fork 2

tzthomas/TextShot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ian Zhao 提交于 2022-12-29 13:49 . Finalize packaging
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "textshot"
version = "0.1.1"
authors = [{ name = "Ian Zhao", email = "ian.z05@outlook.com" }]
description = "Python tool for grabbing text via screenshot"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dynamic = ["dependencies"]
[project.urls]
"Homepage" = "https://github.com/ianzhao05/textshot"
"Bug Tracker" = "https://github.com/ianzhao05/textshot/issues/"
[project.scripts]
textshot = "textshot.textshot:main"
[project.gui-scripts]
textshotw = "textshot.textshot:main"
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tzthomas/TextShot.git
git@gitee.com:tzthomas/TextShot.git
tzthomas
TextShot
TextShot
master

搜索帮助