Compare commits

..

2 Commits

Author SHA1 Message Date
Nicolas Kruse d8e77d9572
Version in pyproject.toml updated to 1.0.3 2025-09-05 16:18:29 +02:00
Nicolas Kruse e8e4e80909
py.typed file added 2025-09-05 16:16:38 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "pelfy"
version = "1.0.2"
version = "1.0.3"
authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
]
@ -48,4 +48,4 @@ show_error_codes = true
minversion = "6.0"
addopts = "-ra -q"
testpaths = ["tests"]
pythonpath = ["src"]
pythonpath = ["src"]

1
src/pelfy/py.typed Normal file
View File

@ -0,0 +1 @@