From 040ded0f567ae49dcc19d74d717582d815ddd37b Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Tue, 27 Feb 2024 14:40:28 +0100 Subject: [PATCH] remove unneeded include-package-data field --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4c0c232e..8b618d1e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ Source = "https://github.com/encode/django-rest-framework" Changelog = "https://www.django-rest-framework.org/community/release-notes/" [tool.setuptools] -include-package-data = true license-files = ["LICENSE.md"] [tool.setuptools.packages.find]