Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-03-26 19:26:26 +0300
committerGitHub <noreply@github.com>2022-03-26 19:26:26 +0300
commit115358dec346d98e40cbbf7b6636d9141a0da853 (patch)
tree5000bb8dbdf61660a1760781d78f1193e18b6d08
parent40a8f2b54a04872fea24d316baf0c39066897c2d (diff)
parent61b3676f4cbb4aea3ab3bbde1a4f0ad5dbd524ea (diff)
Merge pull request #10292 from hugovk/fix-setuptools-deprecation-warning
Use license_files to fix setuptools deprecation warning
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 14ca19525..598b4e823 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-license_file = LICENSE
+license_files = LICENSE
[egg_info]
tag_build = .dev