1
0
Fork 0
This commit is contained in:
Jon Michael Aanes 2023-12-03 22:16:25 +01:00
parent d1b4d55312
commit f26f8b4177
2 changed files with 7 additions and 6 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
Small utility for social sites. Used by one-page-internet.

View File

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