From 928d2925bb96e4f2d14d8a60bf8afb50167d4aea Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 13 Jun 2022 16:09:38 +0200 Subject: [PATCH] Use license_files instead of license_file Closes #6727 See: https://github.com/pypa/setuptools/pull/2620 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 074cf9619e..6e6e70c6c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ classifiers = Topic :: System :: Archiving :: Backup platforms = Linux, MacOS X, FreeBSD, OpenBSD, NetBSD license = BSD -license_file = LICENSE +license_files = LICENSE project_urls = Bug Tracker = https://github.com/borgbackup/borg/issues Documentation = https://borgbackup.readthedocs.io