Skip to content

Commit b582933

Browse files
Merge pull request #867 from adamtheturtle/link-to-docs
Link to full documentation from README
2 parents 6009c44 + 41db1b1 commit b582933

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ For now it is possible to install the work in progress:
2121
2222
pip install git+https://github.com/adamtheturtle/vws-python@master
2323
24-
This requires Python 3.6+.
24+
This is tested on Python 3.7+.
2525
Get in touch with ``adamdangoor@gmail.com`` if you would like to use this with another language.
2626

27+
Full Documentation
28+
------------------
29+
30+
See the `full documentation <https://vws-python.readthedocs.io/en/latest>`__.
2731

2832
.. |Build Status| image:: https://travis-ci.org/adamtheturtle/vws-python.svg?branch=master
2933
:target: https://travis-ci.org/adamtheturtle/vws-python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
'Operating System :: POSIX',
3939
'Environment :: Web Environment',
4040
'License :: OSI Approved :: MIT License',
41-
'Programming Language :: Python :: 3.6',
41+
'Programming Language :: Python :: 3.7',
4242
],
4343
)

0 commit comments

Comments
 (0)