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