From fe067c44e7492f0511086a90e0f311489d6d5e37 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Thu, 20 Feb 2025 14:44:47 +0100 Subject: [PATCH] update project name in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bfa3e4..9f1b13c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "programming-notes" +name = "dev-notes" version = "0.1.0" description = "" readme = "README.md"