Skip to content

Commit

Permalink
Prepare pyproject license for PEP 639 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Dec 17, 2022
1 parent 6d037ea commit 670cbcf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/pypa/setuptools/issues/3596>
# # 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",
Expand Down

0 comments on commit 670cbcf

Please sign in to comment.