diff --git a/setup.py b/setup.py index de31ca34f..3893c8d49 100755 --- a/setup.py +++ b/setup.py @@ -2,8 +2,6 @@ import sys -from setuptools import setup - sys.stderr.write( """\ =============================== @@ -14,10 +12,3 @@ """ ) sys.exit(1) - -# The code below will never execute, however is required to -# display the "Used by" section on the GitHub repository. -# -# See: https://github.com/github/feedback/discussions/6456 - -setup(name="django-debug-toolbar")