1 Star 2 Fork 0

哈兔Box/VCF生成器 Lite for Tkinter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
杰西205 提交于 2025-06-07 10:50 +08:00 . build(deps): 更新 ttk-text版本至 0.2.0
[project]
name = "vcf_generator_lite"
version = "4.2.1"
description = "A simple VCF generator"
authors = [
{ name = "Jesse205", email = "jesse205@qq.com" },
]
license = "Apache-2.0"
readme = "README.md"
requires-python = ">=3.12,<3.14"
dependencies = [
"ttk-text>=0.2.0"
]
[dependency-groups]
dev = [
"pyinstaller<7.0.0,>=6.11.0",
"pyinstaller-versionfile<4.0.0,>=3.0.0",
"requests>=2.32.3",
"pytest>=8.3.5",
]
[project.urls]
Repository = "https://gitee.com/HelloTool/VCFGeneratorLiteForTkinter"
Github = "https://github.com/HelloTool/VCFGeneratorLiteForTkinter"
Issues = "https://gitee.com/HelloTool/VCFGeneratorLiteForTkinter/issues/new/choose"
[project.gui-scripts]
vcf-generator-lite = "vcf_generator_lite.__main__:main"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
plugins = [
"pdm-packer"
]
distribution = true
[tool.pdm.scripts]
build_app = { call = "scripts.build_app:main", help = "Build app." }
prepare_innosetup_extensions = { call = "scripts.prepare_innosetup_extensions:main", help = "Download InnoSetup language files." }
version = { call = "scripts.version:main", help = "Display or modify the project version number." }
test = { shell = "pytest", help = "Run tests." }
docs_generate_os_notices = { call = "scripts.docs.generate_os_notices:main", help = "Generate Open Source notices." }
[tool.pdm.build]
is-purelib = true
[[tool.pdm.source]]
name = "pypi"
url = "https://pypi.org/simple"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/HelloTool/VCFGeneratorLiteForTkinter.git
git@gitee.com:HelloTool/VCFGeneratorLiteForTkinter.git
HelloTool
VCFGeneratorLiteForTkinter
VCF生成器 Lite for Tkinter
master

搜索帮助