From b6ab326bb45a752d71b8a8e0b3c6d2e0de131fc5 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 22 May 2026 10:26:12 -0700 Subject: [PATCH] Switch to PEP 639 license format. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bf5818c..8f626974 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,14 @@ authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ] description = "Simple, configuration-driven backup software for servers and workstations" +license = "GPL-3.0-or-later" +license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.9" classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: System Administrators", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", "Topic :: Security :: Cryptography", "Topic :: System :: Archiving :: Backup",