From 959720bd752af4efe0ad032a5752d3a887217af1 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Fri, 18 Aug 2023 20:26:28 +0200 Subject: [PATCH] =?UTF-8?q?Odstran=C4=9Bn=C3=AD=20div=C3=A9ho=20tabu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 640ca35..2466026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ name = "formatitko" #version = "0.0.1" dynamic = ["version"] authors = [ - { name="Greenscreener ", email="gs@grsc.cz" }, - { name="Organizers of KSP", email="ksp-tech@ksp.mff.cuni.cz" } + { name="Greenscreener", email="gs@grsc.cz" }, + { name="Organizers of KSP", email="ksp@mff.cuni.cz" } ] description = "A python program based on pandoc and its python library panflute for converting from markdown to TeX and HTML with added fancy features like image processing, python-based macros and much more." readme = "README.md"