From 0b0a68ceb19ef2c400886f55c110243fdb1e5498 Mon Sep 17 00:00:00 2001 From: jgreen01su Date: Fri, 14 Jun 2024 18:04:13 -0700 Subject: [PATCH] Fix build issue by renaming readme.rst to README.rst - Resolves FileNotFoundError in setup.py caused by incorrect README filename - Ensures the readme() function in setup.py works correctly - Critical for the project to build and run properly --- readme.rst => README.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename readme.rst => README.rst (100%) diff --git a/readme.rst b/README.rst similarity index 100% rename from readme.rst rename to README.rst