From 18e7d3a3084773c6cd789b87de9b220215cfdff0 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 5 Jun 2026 14:53:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=EF=B8=8F=20[external=5Fapi=5Fchang?= =?UTF-8?q?e]=20Updated=20to=20new=20copier-UvScaffolding=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .copier-answers.yml | 6 +++--- pyproject.toml | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index c53ad85..fbc76f2 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,12 +1,12 @@ # Changes here will be overwritten by Copier; DO NOT MODIFY THIS FILE DIRECTLY! # # This file was generated using copier (https://copier.readthedocs.io/) with the -# template copier-UvScaffolding (https://github.com/gt-sse-center/copier-UvScaffolding). +# template copier-UvScaffolding (https://github.com/gt-csse/copier-UvScaffolding). # Additional information (including instructions on how to use this template with copier) is -# available at https://github.com/gt-sse-center/copier-UvScaffolding. +# available at https://github.com/gt-csse/copier-UvScaffolding. # -_commit: v0.5.6 +_commit: v0.5.11 _src_path: . author_email: github@DavidBrownell.com author_name: David Brownell diff --git a/pyproject.toml b/pyproject.toml index 9cd6885..e7924f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,6 @@ keywords = [ "restore", ] -license = "MIT" - classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", @@ -49,6 +47,9 @@ classifiers = [ "Topic :: Utilities", ] +[project.license] +text = "MIT" + [project.urls] Homepage = "https://github.com/davidbrownell/FileBackup" Documentation = "https://github.com/davidbrownell/FileBackup" @@ -59,7 +60,7 @@ FileBackup = "FileBackup.CommandLine:EntryPoint.app" file_backup = "FileBackup.CommandLine:EntryPoint.app" [build-system] -requires = ["uv_build>=0.8.15,<0.9.0"] +requires = ["uv_build>=0.11.19,<0.12.0"] build-backend = "uv_build" [dependency-groups] @@ -94,6 +95,8 @@ ignore = [ "D105", # Missing docstring in magic method "D107", # Missing docstring in `__init__` method "D202", # No blank lines allowed after function docstring + "D203", # Incorrect blank line before class docstring + "D213", # Multi line summary second line "E501", # Line too long "FIX002", # Line contains TODO, consider resolving the issue "I001", # Import block is un-sorted or un-formatted