diff --git a/README.md b/README.md index 149b58f..b25f71e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Permissive Path + Permissive Path

--- diff --git a/permissive.jpg b/assets/permissive.jpg similarity index 100% rename from permissive.jpg rename to assets/permissive.jpg diff --git a/pyproject.toml b/pyproject.toml index 4db32b0..f6c843e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypermissive" -version = "1.0.1" +version = "1.1.1" description = "Validation library" authors = ["kaliv0 "] readme = "README.md" @@ -8,8 +8,6 @@ license = "LICENSE" keywords = ["validation library", "type validator"] repository = "https://github.com/kaliv0/pypermissive" -packages = [{ include = "pypermissive" }] - [tool.poetry.dependencies] python = "^3.12"