from setuptools import setup setup( name='PySychonaut', version='0.3', 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"] )