From 1f5c0c4ae4b1a8807548de673a910beb2f8e6bdc Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Fri, 1 Jul 2022 20:00:18 +0200 Subject: [PATCH] Use license_files instead of license_file --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 05b7975cbc0a8..ded05cbb4e413 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ url = https://pandas.pydata.org author = The Pandas Development Team author_email = pandas-dev@python.org license = BSD-3-Clause -license_file = LICENSE +license_files = LICENSE platforms = any classifiers = Development Status :: 5 - Production/Stable