mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed dash-separated deprecation warning in setup.cfg.
Deprecated in setuptools 54.1.0.
This commit is contained in:
@@ -51,7 +51,7 @@ bcrypt = bcrypt
|
|||||||
|
|
||||||
[bdist_rpm]
|
[bdist_rpm]
|
||||||
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
|
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
|
||||||
install-script = scripts/rpm-install.sh
|
install_script = scripts/rpm-install.sh
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = build,.git,.tox,./tests/.env
|
exclude = build,.git,.tox,./tests/.env
|
||||||
|
|||||||
Reference in New Issue
Block a user