From ea7284489507c9a9da84b31227cbc5b1d4cd84a0 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 19 Jun 2024 16:58:56 +0100 Subject: [PATCH] Tidy pyproject.toml readme and license fields --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 94aa654b..407782b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,10 @@ requires = [ name = "whitenoise" version = "6.6.0" description = "Radically simplified static file serving for WSGI applications" -readme = { file = "README.rst", content-type = "text/x-rst" } +readme = "README.rst" keywords = [ "Django", ] -license = { text = "MIT" } maintainers = [ { name = "Adam Johnson", email = "me@adamj.eu" }, { name = "David Evans" },