fixed project name in 'pyproject.toml'
This commit is contained in:
parent
40d6907dbb
commit
718015c7d4
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user