From 7b8ff9a740399b3fe848394a283e3579187fd008 Mon Sep 17 00:00:00 2001 From: Alex Contryman Date: Fri, 15 Apr 2022 18:10:21 -0700 Subject: [PATCH] Doc fix --- README.rst | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 78bd94c..b189d21 100644 --- a/README.rst +++ b/README.rst @@ -126,7 +126,7 @@ Development ------------ Environment Setup -^^^^^^^^^^^^^^^^^ ++++++++++++++++++ 1. Create virtual environment using preferred tool 2. Bootstrap `pip-tools` by installing dev requirements directly: diff --git a/setup.py b/setup.py index c5db612..df92569 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "pygments", # Pycharm readme rendering workaround ] }, - classifiers=( + classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Natural Language :: English", @@ -41,5 +41,5 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", - ), + ], )