Skip to content

Commit 83bc6be

Browse files
committed
Try adding a dummy setup.py for GitHub’s Used By widget
1 parent c811bea commit 83bc6be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# We use Poetry to build this package,
2+
# this setup.py is only for GitHub’s "Used by" detection.
3+
from setuptools import setup
4+
5+
6+
setup(name="django-pattern-library")

0 commit comments

Comments
 (0)