We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c811bea commit 83bc6beCopy full SHA for 83bc6be
setup.py
@@ -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