From 1697098795707bd39501d9ceddd3d9be93f8d549 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 22 Jun 2021 06:51:04 -0400 Subject: [PATCH] Fixed dash-separated deprecation warning in setup.cfg. Deprecated in setuptools 54.1.0. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0b843613ba..7023bbf2b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ bcrypt = bcrypt [bdist_rpm] doc_files = docs extras AUTHORS INSTALL LICENSE README.rst -install-script = scripts/rpm-install.sh +install_script = scripts/rpm-install.sh [flake8] exclude = build,.git,.tox,./tests/.env