summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2021-06-22 06:51:04 -0400
committerGitHub <noreply@github.com>2021-06-22 12:51:04 +0200
commit1697098795707bd39501d9ceddd3d9be93f8d549 (patch)
tree78f970240b484d6afbabdfa2eb4b1f9e6cdd6e2c /setup.cfg
parentb9e872b59329393f615c440c54f632a49ab05b78 (diff)
downloaddjango-1697098795707bd39501d9ceddd3d9be93f8d549.tar.gz
Fixed dash-separated deprecation warning in setup.cfg.
Deprecated in setuptools 54.1.0.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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