README
This commit is contained in:
parent
d1b4d55312
commit
f26f8b4177
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
Small utility for social sites. Used by one-page-internet.
|
||||
|
10
setup.py
10
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=[],
|
||||
|
|
Loading…
Reference in New Issue
Block a user