diff --git a/README.md b/README.md index 2fe9b76..7b40d78 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ $ pip install --upgrade courlan # to make sure you have the latest version $ pip install git+https://github.com/adbar/courlan.git # latest available code (see build status above) ``` -The last version to support Python versions 3.6 and 3.7 is `courlan==1.2.0`. +The last version to support Python 3.6 and 3.7 is `courlan==1.2.0`. ## Python diff --git a/setup.py b/setup.py index b77fe06..c6e5424 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def get_long_description(): long_description_content_type="text/markdown", classifiers=[ # As from http://pypi.python.org/pypi?%3Aaction=list_classifiers - 'Development Status :: 5 - Production/Stable', + "Development Status :: 5 - Production/Stable", #'Development Status :: 6 - Mature', "Environment :: Console", "Intended Audience :: Developers",