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