From 48ed84ff32cf1914f237f946756cc2ea835cb10d Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Wed, 21 Dec 2022 17:33:38 -0600 Subject: [PATCH] Update project description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71ae6f4497..65a7b0fa04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "aesara" authors = [{name = "aesara-devs", email = "aesara.devs@gmail.com"}] -description = "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs." +description = "A library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays." license.text = "BSD-3-Clause" license.files = ["LICENSE.txt"] # # Setuptools isn't yet PEP 639 (draft) compliant.