Update project description in pyproject.toml for clarity; streamline dev dependencies formatting

This commit is contained in:
William Valentin
2025-07-28 13:24:53 -07:00
parent d3615d93df
commit 97fa6896ac

View File

@@ -1,7 +1,7 @@
[project]
name = "thechart"
version = "1.0.1"
description = "Add your description here"
description = "Chart to monitor your medication intake over time."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
@@ -13,11 +13,7 @@ dependencies = [
]
[dependency-groups]
dev = [
"pre-commit>=4.2.0",
"pyinstaller>=6.14.2",
"ruff>=0.12.5",
]
dev = ["pre-commit>=4.2.0", "pyinstaller>=6.14.2", "ruff>=0.12.5"]
[tool.ruff.lint]
select = [