From 118df4f15f1e361b2b43a3940a07d539a6da7c33 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 23 Apr 2025 13:35:33 +0200 Subject: [PATCH] Add SPDX license identifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a212a96e..c4f021f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [project] name = "prompt_toolkit" +license.text = "BSD-3-Clause" version = "3.0.51" # Also update in `docs/conf.py`. description="Library for building powerful interactive command lines in Python" readme = "README.rst" @@ -7,7 +8,6 @@ authors = [{ name = "Jonathan Slenders" }] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8",