Skip to content

Commit 2134600

Browse files
authored
Remove unnecessary GitHub Graph info (#1910)
* 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
1 parent 2f4c471 commit 2134600

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup.py

-9
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import sys
44

5-
from setuptools import setup
6-
75
sys.stderr.write(
86
"""\
97
===============================
@@ -14,10 +12,3 @@
1412
"""
1513
)
1614
sys.exit(1)
17-
18-
# The code below will never execute, however is required to
19-
# display the "Used by" section on the GitHub repository.
20-
#
21-
# See: https://github.com/github/feedback/discussions/6456
22-
23-
setup(name="django-debug-toolbar")

0 commit comments

Comments
 (0)