From 1c036037807f550dc9ec83b8dff678898c37364d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20G=C3=B3recki?= Date: Thu, 7 Mar 2024 23:29:25 +0100 Subject: [PATCH] fix py.typed --- README.md | 2 +- py.typed => lato/py.typed | 0 pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename py.typed => lato/py.typed (100%) diff --git a/README.md b/README.md index 6a4a5e6..c64744e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Based on dependency injection and Python 3.6+ type hints. **Documentation**: https://lato.readthedocs.io -**Source Code**: https://github.com/pgorecki/lator +**Source Code**: https://github.com/pgorecki/lato --- diff --git a/py.typed b/lato/py.typed similarity index 100% rename from py.typed rename to lato/py.typed diff --git a/pyproject.toml b/pyproject.toml index cef2c95..4252133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lato" -version = "0.9.2" +version = "0.9.3" description = "Lato is a Python microframework designed for building modular monoliths and loosely coupled applications." authors = ["Przemysław Górecki "] readme = "README.md"