forked from HelloChatterbox/PyWikiHow
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
13 lines (12 loc) · 354 Bytes
/
Copy pathsetup.py
File metadata and controls
13 lines (12 loc) · 354 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
fromsetuptoolsimportsetup
setup(
name='pywikihow',
version='0.5.5',
packages=['pywikihow'],
url='https://github.com/OpenJarbas/PyWikiHow',
install_requires=["requests", "bs4", "requests-cache"],
license='MIT',
author='jarbasai',
author_email='jarbasai@mailfence.com',
description='unofficial wikihow python api'
)