From 662b3516c77cb98fcd5a6546f6781e9283f8635f Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 30 Nov 2024 08:51:35 -0300 Subject: [PATCH] Apply PEP 639 Prompted by this post https://bsky.app/profile/hynek.me/post/3lc5n7g6kr22f Ref: https://github.com/python-attrs/attrs/pull/1377 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dce6a0870e1..3e7603652b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,8 @@ keywords = [ "test", "unittest", ] -license = { text = "MIT" } +license = "MIT" +license-files = [ "LICENSE" ] authors = [ { name = "Holger Krekel" }, { name = "Bruno Oliveira" }, @@ -27,7 +28,6 @@ requires-python = ">=3.9" classifiers = [ "Development Status :: 6 - Mature", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX",