From 3852737f8cb6691e570d82cf9eab88b3473332ed Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Mon, 1 Apr 2024 14:59:39 +0200
Subject: [PATCH] fix pyproject.toml

---
 pyproject.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 89514bd..1837c94 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,4 +1,8 @@
 [project]
+authors = [
+    {name = "Martin Teichmann", email = "martin.teichmann@gmail.com"},
+]
+description = 'An EtherCAT master written in Python using EBPF and XDP'
 name = "ebpfcat"
 version = "0.4.1"
 dependencies = []
-- 
GitLab