Skip to content

Commit

Permalink
Remove unnecessary GitHub Graph info (#1910)
Browse files Browse the repository at this point in the history
* Remove unnecessary GitHub Graph info

This code is no longer needed now that the GitHub dependency graph shipped support for `pyproject.toml`: https://github.com/orgs/community/discussions/6456#discussioncomment-5244057
  • Loading branch information
jeffwidman committed Apr 30, 2024
1 parent 2f4c471 commit 2134600
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions setup.py
Expand Up @@ -2,8 +2,6 @@

import sys

from setuptools import setup

sys.stderr.write(
"""\
===============================
Expand All @@ -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")

0 comments on commit 2134600

Please sign in to comment.