Compare commits
No commits in common. "5013710967447a642c37f0dbbb5c4e7e2c320b6a" and "d7816dd3a7987deb1483dcfe2447483eb9153b21" have entirely different histories.
5013710967
...
d7816dd3a7
|
@ -2,8 +2,6 @@
|
|||
<!--- THIS IS AN AUTO-GENERATED FILE --->
|
||||
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
|
||||
|
||||
|
||||
|
||||
# Socials-util.
|
||||
|
||||
Python library for parsing and processing URLs of Social Media Sites.
|
||||
|
|
10
setup.py
10
setup.py
|
@ -16,7 +16,15 @@ PACKAGE_DESCRIPTION = """
|
|||
Python library for parsing and processing URLs of Social Media Sites.
|
||||
|
||||
Used by one-page-internet.
|
||||
""".strip()
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2022-2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```""".strip()
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT = """
|
||||
Python library for parsing and processing URLs of Social Media Sites.""".strip()
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.20'
|
||||
__version__ = '0.1.19'
|
||||
|
|
Loading…
Reference in New Issue
Block a user