Skip to content

Commit 1a4fac8

Browse files
authored
add authors and license to pyproject.toml (#502)
1 parent f16ffea commit 1a4fac8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PythonScripts/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "pythonscripts"
33
version = "0.1.0"
44
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"
510
readme = "README.md"
611
requires-python = ">=3.14"
712
dependencies = [

0 commit comments

Comments
 (0)