diff --git a/README.rst b/README.rst index 38e6c144c..2ea0c2512 100644 --- a/README.rst +++ b/README.rst @@ -50,8 +50,8 @@ Create a virtual environment (optional):: Install Bandit:: pip install bandit - # Or if you're working with a Python 3.5 project - pip3.5 install bandit + # Or if you're working with a Python 3 project + pip3 install bandit Run Bandit:: diff --git a/setup.cfg b/setup.cfg index e4bb7a7a2..c64a45edc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 Topic :: Security [entry_points]