Add setup file
This commit is contained in:
parent
15b46d2ac1
commit
7a11a940d1
1
FAAPI/__init__.py
Normal file
1
FAAPI/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
from FAAPI.FAAPI import FAAPI, User, Submission, Comment
|
||||||
19
setup.py
Normal file
19
setup.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='FAAPI',
|
||||||
|
version='0.1.0',
|
||||||
|
packages=find_packages(),
|
||||||
|
url='https://tem.party/gitea/tom/FAAPI',
|
||||||
|
license='WTFPL',
|
||||||
|
author='Thomas Wade',
|
||||||
|
author_email='tom@tem.party',
|
||||||
|
description='A scraper-based FurAffinity API written in Python',
|
||||||
|
install_requires=[
|
||||||
|
'requests~=2.23.0',
|
||||||
|
'bs4~=0.0.1',
|
||||||
|
'beautifulsoup4~=4.9.0',
|
||||||
|
'selenium~=3.141.0',
|
||||||
|
'lxml~=4.5.0'
|
||||||
|
]
|
||||||
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user