🤖 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
ddd76e0e89
commit
dd075a8a60
3
LICENSE
Normal file
3
LICENSE
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Copyright (c) 2024 Jon Michael Aanes
|
||||||
|
|
||||||
|
All rights reserved.
|
|
@ -7,3 +7,12 @@
|
||||||
Python library for parsing and processing URLs of Social Media Sites.
|
Python library for parsing and processing URLs of Social Media Sites.
|
||||||
|
|
||||||
Used by one-page-internet.
|
Used by one-page-internet.
|
||||||
|
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
```
|
||||||
|
Copyright (c) 2024 Jon Michael Aanes
|
||||||
|
|
||||||
|
All rights reserved.
|
||||||
|
```
|
||||||
|
|
19
setup.py
19
setup.py
|
@ -15,7 +15,16 @@ PACKAGE_DESCRIPTION = """
|
||||||
|
|
||||||
Python library for parsing and processing URLs of Social Media Sites.
|
Python library for parsing and processing URLs of Social Media Sites.
|
||||||
|
|
||||||
Used by one-page-internet."""
|
Used by one-page-internet.
|
||||||
|
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
```
|
||||||
|
Copyright (c) 2024 Jon Michael Aanes
|
||||||
|
|
||||||
|
All rights reserved.
|
||||||
|
```"""
|
||||||
|
|
||||||
PACKAGE_DESCRIPTION_SHORT='Python library for parsing and processing URLs of Social Media Sites.'
|
PACKAGE_DESCRIPTION_SHORT='Python library for parsing and processing URLs of Social Media Sites.'
|
||||||
|
|
||||||
|
@ -42,12 +51,10 @@ def read_requirements(path: str) -> list[str]:
|
||||||
|
|
||||||
REQUIREMENTS_MAIN = """
|
REQUIREMENTS_MAIN = """
|
||||||
enforce-typing
|
enforce-typing
|
||||||
aenum
|
aenum"""
|
||||||
"""
|
|
||||||
|
|
||||||
REQUIREMENTS_TEST = """
|
REQUIREMENTS_TEST = """
|
||||||
pytest
|
pytest"""
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
@ -56,7 +63,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],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user