PySychonaut/setup.py
jarbasal dac0f2701d up
2018-05-02 06:42:36 +01:00

14 lines
368 B
Python

from setuptools import setup
setup(
name='PySychonaut',
version='0.4',
packages=['pysychonaut'],
url='https://github.com/JarbasAl/PySychonaut',
license='MIT',
author='jarbasAI',
author_email='jarbasai@mailfence.com',
description='unnoficial erowid, psychonaut wiki and ask_the_caterpillar apis',
install_requires=["lxml", "bs4"]
)