1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2021-01-09 20:31:27 +01:00
parent 68e3ca13d7
commit 90c59b4e12
6 changed files with 18 additions and 74 deletions

View File

@@ -36,8 +36,6 @@ 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
install_requires =