From 4f79f540cb32b9a331f6efafedffcc08bf4dcf97 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 5 Aug 2024 14:06:38 -0400 Subject: [PATCH] Alphabetic order fields in pyproject.toml --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 105d39603..8a43c8be2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,9 @@ requires = [ build-backend = "setuptools.build_meta" [project] -name = "Mathics3" +authors = [ + name = "Mathics3 Authors" +] description = "A general-purpose computer algebra system." dependencies = [ "Mathics-Scanner >= 1.3.0", @@ -26,9 +28,10 @@ dependencies = [ "setuptools", "sympy>=1.11,<1.13", ] +license = {text = "GPL"} +name = "Mathics3" requires-python = ">=3.8" # Sympy 1.11 is supported only down to 3.8 readme = "README.rst" -license = {text = "GPL"} keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"] maintainers = [ {name = "Mathics Group", email = "mathics-devel@googlegroups.com"},