1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-07-09 23:59:54 +02:00
parent 2b3174dc05
commit ac9b559bf2

View File

@ -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],