M .builds/debian.yml => .builds/debian.yml +1 -1
@@ 24,7 24,7 @@ packages:
tasks:
- setup: |
pip3 install pipx
- python3 -m pipx install poetry==1.1.6
+ python3 -m pipx install poetry==1.1.10
#cd pytaku
#poetry install --no-dev
M pyproject.toml => pyproject.toml +2 -1
@@ 1,9 1,10 @@
[tool.poetry]
name = "pytaku"
-version = "0.6.0"
+version = "0.6.1"
description = "Self-hostable web-based manga reader"
authors = ["Bùi Thành Nhân <hi@imnhan.com>"]
license = "AGPL-3.0-only"
+readme = "README.md"
packages = [
{ include = "pytaku", from = "src" },
{ include = "mangoapi", from = "src" },