Skip to content

Commit

Permalink
re-vamped setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliv0 committed Dec 6, 2024
1 parent 97395a7 commit b5c4822
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/kaliv0/pypermissive/blob/main/permissive.jpg?raw=true" alt="Permissive Path">
<img src="https://github.com/kaliv0/pypermissive/blob/main/assets/permissive.jpg?raw=true" alt="Permissive Path">
</p>

---
Expand Down
File renamed without changes
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
[tool.poetry]
name = "pypermissive"
version = "1.0.1"
version = "1.1.1"
description = "Validation library"
authors = ["kaliv0 <kaloyan.ivanov88@gmail.com>"]
readme = "README.md"
license = "LICENSE"
keywords = ["validation library", "type validator"]
repository = "https://github.com/kaliv0/pypermissive"

packages = [{ include = "pypermissive" }]

[tool.poetry.dependencies]
python = "^3.12"

Expand Down

0 comments on commit b5c4822

Please sign in to comment.