Skip to content

Commit f1be37d

Browse files
authored
Add readme to PyPI
1 parent 7d99849 commit f1be37d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[tool.poetry]
22
name = "django-lightweight-queue"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Lightweight & modular queue and cron system for Django"
55
authors = ["Thread Engineering <[email protected]>"]
66
license = "BSD-3-Clause"
7+
readme = "README.md"
78

89
[tool.poetry.dependencies]
910
python = ">=3.5"

0 commit comments

Comments
 (0)