Skip to content

Commit fea78d4

Browse files
committed
add url
1 parent 69f24c6 commit fea78d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ version = "1.0.1"
44
description = "This package provides Rails Action Cable support to Django"
55
authors = ["Michael Yin <[email protected]>"]
66
license = "MIT"
7+
homepage = "https://github.com/AccordBox/django-actioncable"
78
readme = "README.md"
89
packages = [{ include = "actioncable", from = "src" }]
910

11+
[tool.poetry.urls]
12+
Changelog = "https://github.com/AccordBox/django-actioncable/releases"
13+
1014
[tool.poetry.dependencies]
1115
python = ">=3.8"
1216
django = ">=3.0"

0 commit comments

Comments
 (0)