This commit is contained in:
Your Name
2026-08-27 14:54:18 +08:00
parent 2fa8492c56
commit 74ff568ba4
8 changed files with 89 additions and 52 deletions
+4 -2
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "zhenyang-doctor-workstation"
version = "1.0.0"
dynamic = ["version"]
description = "Cross-platform doctor consultation workstation for Windows and macOS"
readme = "README.md"
requires-python = ">=3.11"
@@ -31,6 +31,9 @@ build = [
[project.scripts]
doctor-workstation = "doctor_workstation.app:main"
[tool.hatch.version]
path = "src/doctor_workstation/__init__.py"
[tool.hatch.build.targets.wheel]
packages = ["src/doctor_workstation"]
@@ -46,4 +49,3 @@ target-version = "py311"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B", "SIM"]
ignore = ["E501"]