From 9ce6b6254fc0247892fa10ff24ddc808d9bfc80e Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Tue, 27 Feb 2024 14:42:26 +0100 Subject: [PATCH] remove 'license-files' field --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b618d1e4..9dc68bfbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,5 @@ Funding = "https://fund.django-rest-framework.org/topics/funding/" Source = "https://github.com/encode/django-rest-framework" Changelog = "https://www.django-rest-framework.org/community/release-notes/" -[tool.setuptools] -license-files = ["LICENSE.md"] - [tool.setuptools.packages.find] namespaces = false