Skip to content

Commit

Permalink
Alphabetic order fields in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 5, 2024
1 parent d4e108b commit 4f79f54
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 = "[email protected]"},
Expand Down

0 comments on commit 4f79f54

Please sign in to comment.