~nhanb/pytaku

41aac12e0c69fc839be682b071d238c61acad231 — Bùi Thành Nhân 1 year, 5 months ago ff20e51 0.6.1
update poetry & readme for pypi
2 files changed, 3 insertions(+), 2 deletions(-)

M .builds/debian.yml
M pyproject.toml
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" },