代码拉取完成,页面将自动刷新
[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"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。