Compare commits

..

No commits in common. "d8e77d957207ecf6508e2ea89bad95b3c5289633" and "1ef9385610da88303c6a8d9f972d4d1a55eaa8f1" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1 +0,0 @@