Skip to content

Commit 72ddacc

Browse files
committed
Converted to using pyproject.toml
1 parent 0d0d37c commit 72ddacc

3 files changed

Lines changed: 17 additions & 14 deletions

File tree

GPIBPrologix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .GPIBPrologix import ResourceManager
1+
from .GPIBPrologix import ResourceManager

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[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

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)