Added myself to pytoml authors :)

This commit is contained in:
Álvaro Leiva 2025-03-25 10:10:24 +01:00
parent b28dfbc12e
commit 5abf2582f1
No known key found for this signature in database

View file

@ -7,7 +7,8 @@ name = "adgroupsync"
version = "1.2.0" version = "1.2.0"
description = "Sync Active Directory groups to CiviCRM" description = "Sync Active Directory groups to CiviCRM"
authors = [ authors = [
{ name = "Marc Koch", email = "marc.koch@propeace.de" } { name = "Marc Koch", email = "marc.koch@propeace.de" },
{ name = "Álvaro Leiva", email = "alvaro.leiva@propeace.de" }
] ]
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"