From 634e1c7fe9e3d1e875e0b0e38185b4563d92a24e Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Sun, 2 Feb 2025 23:29:53 -0800 Subject: [PATCH] chore: update pyproject.toml --- pyproject.toml | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05e1a51b..65b49251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,10 @@ +[project] +name = "TagStudio" +description = "A User-Focused Photo & File Management System." +version = "9.5.0-pre1" +license = "GPL-3.0-only" +readme = "README.md" + [tool.ruff] exclude = ["main_window.py", "home_ui.py", "resources.py", "resources_rc.py"] line-length = 100 @@ -10,28 +17,8 @@ line-length = 100 convention = "google" [tool.ruff.lint] -select = [ - "B", - "D", - "E", - "F", - "FBT003", - "I", - "N", - "SIM", - "T20", - "UP", -] -ignore = [ - "D100", - "D101", - "D102", - "D103", - "D104", - "D105", - "D106", - "D107", -] +select = ["B", "D", "E", "F", "FBT003", "I", "N", "SIM", "T20", "UP"] +ignore = ["D100", "D101", "D102", "D103", "D104", "D105", "D106", "D107"] [tool.mypy] strict_optional = false