This commit is contained in:
jarbasal 2018-05-25 17:59:26 +01:00
parent 5572b663d3
commit 9f95ea9067
3 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ Unofficial python api for [Erowid](http://erowid.org/), [PsychonautWiki](http://
If you plan on scrapping erowid please read [How to Spider Erowid](https://erowid.org/general/about/about_archives1.shtml#howtospider)
only python3 is supported starting from version 0.4.5
only python2 is supported previous to version 0.4.5
## install
pip install pysychonaut

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='PySychonaut',
version='0.4.2',
version='0.5',
packages=['pysychonaut'],
url='https://github.com/JarbasAl/PySychonaut',
license='MIT',