We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0d37c commit 72ddaccCopy full SHA for 72ddacc
3 files changed
GPIBPrologix/__init__.py
@@ -1 +1 @@
1
-from .GPIBPrologix import ResourceManager
+from .GPIBPrologix import ResourceManager
pyproject.toml
@@ -0,0 +1,16 @@
+[project]
2
+name = "GPIBPrologix"
3
+description = "USB to GPIB Python driver"
4
+version="0.1.1"
5
+
6
+authors = [
7
+ {name = "Stefan", email = "xxx@yyy.com"}
8
+]
9
+dependencies = [
10
+ "pyserial",
11
12
13
+[tool.setuptools.packages.find]
14
+include = [
15
+ "GPIBPrologix",
16
setup.py
0 commit comments