From 19197c71ff36b5bd062927e4af3345b1118a8b29 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 8 Jul 2025 17:50:33 +0900 Subject: [PATCH] README file name fix --- ReadMe.md => README.md | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ReadMe.md => README.md (100%) 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",