We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16ffea commit 1a4fac8Copy full SHA for 1a4fac8
PythonScripts/pyproject.toml
@@ -2,6 +2,11 @@
2
name = "pythonscripts"
3
version = "0.1.0"
4
description = "Utility scripts for MathCAT, including tracking of localization progress in Rules-files."
5
+authors = [
6
+ { name = "Neil Soiffer" }, # MathCAT main author
7
+ { name = "Moritz Groß" } # author of tool "audit-translations"
8
+]
9
+license = "MIT"
10
readme = "README.md"
11
requires-python = ">=3.14"
12
dependencies = [
0 commit comments