From 1024b5e74a7166313ad4e4975a15e90dccd3ec5f Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 23 Jul 2021 07:48:16 +0100 Subject: Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 7023bbf2b4..5cfffb5d89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ version = attr: django.__version__ url = https://www.djangoproject.com/ author = Django Software Foundation author_email = foundation@djangoproject.com -description = A high-level Python Web framework that encourages rapid development and clean, pragmatic design. +description = A high-level Python web framework that encourages rapid development and clean, pragmatic design. long_description = file: README.rst license = BSD-3-Clause classifiers = -- cgit v1.3