🤖 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:
parent
2b3174dc05
commit
ac9b559bf2
8
setup.py
8
setup.py
|
@ -61,12 +61,10 @@ def read_requirements(path: str) -> list[str]:
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS_MAIN = """
|
REQUIREMENTS_MAIN = """
|
||||||
GitPython
|
GitPython"""
|
||||||
"""
|
|
||||||
|
|
||||||
REQUIREMENTS_TEST = """
|
REQUIREMENTS_TEST = """
|
||||||
pytest
|
pytest"""
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
@ -75,7 +73,7 @@ setup(
|
||||||
description=PACKAGE_DESCRIPTION_SHORT,
|
description=PACKAGE_DESCRIPTION_SHORT,
|
||||||
long_description=PACKAGE_DESCRIPTION,
|
long_description=PACKAGE_DESCRIPTION,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
author='Jmaa',
|
author='Jon Michael Aanes',
|
||||||
author_email='jonjmaa@gmail.com',
|
author_email='jonjmaa@gmail.com',
|
||||||
url='https://gitfub.space/Jmaa/' + PACKAGE_NAME,
|
url='https://gitfub.space/Jmaa/' + PACKAGE_NAME,
|
||||||
packages=[PACKAGE_NAME],
|
packages=[PACKAGE_NAME],
|
||||||
|
|
Reference in New Issue
Block a user