From 718015c7d4864bb05bb1ff29da520d78da722c9e Mon Sep 17 00:00:00 2001 From: Ali Amr Ali Taha Elnwegy Date: Mon, 22 Jan 2024 11:14:55 +0100 Subject: [PATCH] fixed project name in 'pyproject.toml' --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 521b441..33e3ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "rigol-dg2052-python-library" +name = "fn_gen" readme = "README.md" description = "A library for usage with SCPI compliant function generators (for now the DG2000 series from rigol)" requires-python = "==3.11.*" @@ -24,7 +24,6 @@ license = {text = "MIT"} [tool.setuptools] packages = [ "fn_gen", - "rigol_dg2052_python_library", ] [tool.pdm]