summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-11-01 21:08:23 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-06 12:11:44 +0100
commit5708327c3769262b845730996ca2784245ada4d1 (patch)
tree131808ba694efd6c52ed6e0bf3c941267c6fa301 /setup.cfg
parent8eb0f73eed4535a9e53ffd988242b7294d859a55 (diff)
downloaddjango-5708327c3769262b845730996ca2784245ada4d1.tar.gz
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
Unify on the entry point created by setuptools entry_points feature.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index d8fac7076f..db0387c775 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,6 +34,7 @@ project_urls =
[options]
python_requires = >=3.6
packages = find:
+# When the django-admin.py deprecation ends, remove "scripts".
scripts = django/bin/django-admin.py
include_package_data = true
zip_safe = false