diff --git a/README.md b/README.md index 1723ace..e191ab8 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ For documentation and a list of rules see [docs](https://github.com/dlint-py/dli $ python -m pip install dlint ``` -*Specify `python2` or `python3` to install for a specific Python version.* - And double check that it was installed correctly: ``` diff --git a/setup.py b/setup.py index 202fb45..78604bd 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,6 @@ 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',