fixed project name in 'pyproject.toml'

This commit is contained in:
Ali Amr Ali Taha Elnwegy 2024-01-22 11:14:55 +01:00
parent 40d6907dbb
commit 718015c7d4

View File

@ -1,5 +1,5 @@
[project] [project]
name = "rigol-dg2052-python-library" name = "fn_gen"
readme = "README.md" readme = "README.md"
description = "A library for usage with SCPI compliant function generators (for now the DG2000 series from rigol)" description = "A library for usage with SCPI compliant function generators (for now the DG2000 series from rigol)"
requires-python = "==3.11.*" requires-python = "==3.11.*"
@ -24,7 +24,6 @@ license = {text = "MIT"}
[tool.setuptools] [tool.setuptools]
packages = [ packages = [
"fn_gen", "fn_gen",
"rigol_dg2052_python_library",
] ]
[tool.pdm] [tool.pdm]