From 670cbcf90a7830a23e4a2d7c4a2184f4c5410d14 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sat, 17 Dec 2022 17:52:18 +0100 Subject: [PATCH] Prepare pyproject license for PEP 639 compliance --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 784688b2d6..cee8f6b2a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,13 @@ build-backend = "setuptools.build_meta" name = "aesara" authors = [{name = "aesara-devs", email = "aesara.devs@gmail.com"}] description = "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs." -license = {text = "BSD"} +license.text = "BSD-3-Clause" +license.files = ["LICENSE.txt"] +# # Setuptools isn't yet PEP 639 (draft) compliant. +# # See +# # If accepted, then the previous two lines will change to: +# license = "BSD-3-Clause" +# license-files.paths = ["LICENSE.txt"] classifiers = [ "Development Status :: 6 - Mature", "Intended Audience :: Education",