diff --git a/README.rst b/README.rst index 8de54c6..b5e23b2 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ in which I describe how I reverse-engineered the VIP Access application. Dependencies ------------ -- Python 2.6, 2.7, 3.3, 3.4 +- Python 2.6, 2.7, 3.3, 3.4, 3.5 - `image `__ - `lxml `__ - `oath `__ diff --git a/setup.py b/setup.py index 7efbed8..2f9d401 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], keywords='development', packages=['vipaccess'],