diff --git a/pyproject.toml b/pyproject.toml index b1f4d07e..eeff32d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ name = "django-cors-headers" version = "4.3.1" description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)." -readme = { file = "README.rst", content-type = "text/x-rst" } +readme = "README.rst" keywords = [ "api", "cors", @@ -16,7 +16,6 @@ keywords = [ "middleware", "rest", ] -license = { text = "MIT" } maintainers = [ { name = "Adam Johnson", email = "me@adamj.eu" }, ]