From ac9b559bf234ccb9ce3edea5e497817ce9254632 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Tue, 9 Jul 2024 23:59:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 1642703..671f1da 100644 --- a/setup.py +++ b/setup.py @@ -61,12 +61,10 @@ def read_requirements(path: str) -> list[str]: REQUIREMENTS_MAIN = """ -GitPython -""" +GitPython""" REQUIREMENTS_TEST = """ -pytest -""" +pytest""" setup( @@ -75,7 +73,7 @@ setup( description=PACKAGE_DESCRIPTION_SHORT, long_description=PACKAGE_DESCRIPTION, long_description_content_type='text/markdown', - author='Jmaa', + author='Jon Michael Aanes', author_email='jonjmaa@gmail.com', url='https://gitfub.space/Jmaa/' + PACKAGE_NAME, packages=[PACKAGE_NAME],