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 69f24c6 commit fea78d4Copy full SHA for fea78d4
pyproject.toml
@@ -4,9 +4,13 @@ version = "1.0.1"
4
description = "This package provides Rails Action Cable support to Django"
5
authors = ["Michael Yin <[email protected]>"]
6
license = "MIT"
7
+homepage = "https://github.com/AccordBox/django-actioncable"
8
readme = "README.md"
9
packages = [{ include = "actioncable", from = "src" }]
10
11
+[tool.poetry.urls]
12
+Changelog = "https://github.com/AccordBox/django-actioncable/releases"
13
+
14
[tool.poetry.dependencies]
15
python = ">=3.8"
16
django = ">=3.0"
0 commit comments