summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-16 12:42:33 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-16 12:42:33 +0200
commitce76a7c27b282cd2b1f692fbe6cb46b3d64891ad (patch)
treef8ba0d400a483f0b6125fab01882c61648e6f6b9
parentfca0c5ed564500b7d69e33cb7ece5c24f40100a2 (diff)
downloadfeedgenerator-ce76a7c27b282cd2b1f692fbe6cb46b3d64891ad.tar.gz
Fix setup.py warning
Fix the following warning: /usr/lib/python3.10/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'force-manifest' will not be supported in future versions. Please use the underscore name 'force_manifest' instead
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8366e85..a751016 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
[sdist]
-force-manifest = 1
+force_manifest = 1