From f26f8b4177baf85164d182db673cc9ead0cecd74 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 3 Dec 2023 22:16:25 +0100 Subject: [PATCH] README --- README.md | 3 +++ setup.py | 10 ++++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8941090 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ + +Small utility for social sites. Used by one-page-internet. + diff --git a/setup.py b/setup.py index 1600611..2cc872b 100644 --- a/setup.py +++ b/setup.py @@ -1,14 +1,12 @@ from setuptools import setup -#import socials_util - setup( name='socials_util', version='0.1.0', - description='Stuff', - author='Stuff', - author_email='me@example.org', - url='example.org', + description='Small utility used by one-page-internet for social site detection.', + author='Jmaa', + author_email='jonjmaa@gmail.com', + url='https://gitfub.space/Jmaa/socials-util', packages=['socials_util'], install_requires=['enforce-typing'], keywords=[],