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
|
from setuptools import setup
|
||||||
|
|
||||||
#import socials_util
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='socials_util',
|
name='socials_util',
|
||||||
version='0.1.0',
|
version='0.1.0',
|
||||||
description='Stuff',
|
description='Small utility used by one-page-internet for social site detection.',
|
||||||
author='Stuff',
|
author='Jmaa',
|
||||||
author_email='me@example.org',
|
author_email='jonjmaa@gmail.com',
|
||||||
url='example.org',
|
url='https://gitfub.space/Jmaa/socials-util',
|
||||||
packages=['socials_util'],
|
packages=['socials_util'],
|
||||||
install_requires=['enforce-typing'],
|
install_requires=['enforce-typing'],
|
||||||
keywords=[],
|
keywords=[],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user