diff --git a/pyproject.toml b/pyproject.toml index 6ff6fbe95..936fb9c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,9 +2,7 @@ name = "pyfeyn2" version = "0.0.0" description = "PyFeyn is a package which makes drawing Feynman diagrams simple and programmatic. Feynman diagrams are important constructs in perturbative field theory, so being able to draw them in a programmatic fashion is important if attempting to enumerate a large number of diagram configurations is important. The output quality of PyFeyn diagrams (into PDF or EPS formats) is very high, and special effects can be obtained by using constructs from PyX, which PyFeyn is based around" -authors = [ - { name = "Alexander Puck Neuwirth", email = "alexander@neuwirth-informatik.de>" }, -] +authors = ["Alexander Puck Neuwirth "] readme = "README.md" repository = "https://github.com/APN-Pucky/pyfeyn2"