fixed merge
This commit is contained in:
parent
0400bd6ecd
commit
88dd9bd163
6
.gitignore
vendored
6
.gitignore
vendored
@ -9,3 +9,9 @@ activate
|
||||
**/__pycache__
|
||||
**/build
|
||||
**/build/**
|
||||
pdm.lock
|
||||
.pdm-python
|
||||
rigol_dg2052_python_library/
|
||||
rigol_dg2052_python_library/**
|
||||
rigol_dg2052_python_library.egg-info/
|
||||
rigol_dg2052_python_library.egg-info/**
|
||||
|
@ -1,13 +1,9 @@
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
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"
|
||||
version = "0.0.1"
|
||||
requires-python = "==3.11.*"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"easy-scpi==0.1.4",
|
||||
"ifaddr==0.2.0",
|
||||
@ -18,10 +14,22 @@ dependencies = [
|
||||
"setuptools==65.5.0",
|
||||
"typing_extensions==4.9.0",
|
||||
"zeroconf==0.131.0",
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
"typing-extensions==4.9.0",
|
||||
>>>>>>> ee5d585f01664255688748582a87f41dbc4af185
|
||||
]
|
||||
authors = [
|
||||
{name = "Ali Nwegy", email = "ali.el-nwegy@tuhh.de"},
|
||||
]
|
||||
license = {text = "MIT"}
|
||||
|
||||
[tool.pdm]
|
||||
<<<<<<< HEAD
|
||||
sdist = true
|
||||
|
||||
[tool.pdm.scripts]
|
||||
edit = {shell = "$VISUAL src/"}
|
||||
=======
|
||||
distribution = true
|
||||
>>>>>>> ee5d585f01664255688748582a87f41dbc4af185
|
||||
|
Loading…
Reference in New Issue
Block a user