PySychonaut/setup.py
2018-04-18 16:59:46 +01:00

14 lines
319 B
Python

from setuptools import setup
setup(
name='py_erowid',
version='0.1',
packages=['pyerowid'],
url='https://github.com/JarbasAl/py_erowid',
license='MIT',
author='jarbasAI',
author_email='jarbasai@mailfence.com',
description='unnoficial erowid api',
install_requires=["lxml", "bs4"]
)