diff --git a/ReadMe.md b/README.md similarity index 100% rename from ReadMe.md rename to README.md diff --git a/pyproject.toml b/pyproject.toml index 1800060..6d43c15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "corelibs" version = "0.7.0" description = "Collection of utils for Python scripts" -readme = "ReadMe.md" +readme = "README.md" requires-python = ">=3.13" dependencies = [ "jmespath>=1.0.1",