mirror of
https://github.com/Hopiu/django.git
synced 2026-03-16 22:10:24 +00:00
Fixed dash-separated deprecation warning in setup.cfg.
Deprecated in setuptools 54.1.0.
This commit is contained in:
parent
b9e872b593
commit
1697098795
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue