From f3616d2671684995bd9d8fc708b28fc146d74b3b Mon Sep 17 00:00:00 2001 From: ali-ezz Date: Mon, 4 May 2026 22:08:24 +0300 Subject: [PATCH] chore: update repo slug to simple-python-utils --- README.md | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 72225e1..982997f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# basic-python-project +# simple-python-utils Small collection of beginner Python utility scripts and exercises. Badges ------ -[![Python CI](https://github.com/ali-ezz/basic-python-project/actions/workflows/python-ci.yml/badge.svg)](https://github.com/ali-ezz/basic-python-project/actions) -[![CodeQL](https://github.com/ali-ezz/basic-python-project/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/ali-ezz/basic-python-project/actions) -[![Coverage Status](https://codecov.io/gh/ali-ezz/basic-python-project/branch/main/graph/badge.svg)](https://codecov.io/gh/ali-ezz/basic-python-project) -[![Release](https://img.shields.io/github/v/release/ali-ezz/basic-python-project?color=brightgreen)](https://github.com/ali-ezz/basic-python-project/releases) +[![Python CI](https://github.com/ali-ezz/simple-python-utils/actions/workflows/python-ci.yml/badge.svg)](https://github.com/ali-ezz/simple-python-utils/actions) +[![CodeQL](https://github.com/ali-ezz/simple-python-utils/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/ali-ezz/simple-python-utils/actions) +[![Coverage Status](https://codecov.io/gh/ali-ezz/simple-python-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/ali-ezz/simple-python-utils) +[![Release](https://img.shields.io/github/v/release/ali-ezz/simple-python-utils?color=brightgreen)](https://github.com/ali-ezz/simple-python-utils/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) Overview diff --git a/pyproject.toml b/pyproject.toml index f721cf1..307e9b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "basic-python-project" +name = "simple-python-utils" version = "0.1.0" description = "Small collection of Python utility scripts" readme = "README.md"