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=[],