We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da1853 commit 6428539Copy full SHA for 6428539
pyproject.toml
@@ -38,6 +38,11 @@ exclude = [
38
'pattern_library/static/pattern_library/src/**/*',
39
]
40
41
+[tool.poetry.urls]
42
+"Demo" = "https://torchbox.github.io/django-pattern-library/demo/"
43
+"Support" = "https://github.com/torchbox/django-pattern-library/discussions"
44
+"Issues" = "https://github.com/torchbox/django-pattern-library/issues"
45
+
46
[tool.poetry.dependencies]
47
python = "^3.7"
48
Django = ">=2.2,<4.1"
0 commit comments