summaryrefslogtreecommitdiff
path: root/devel/py-pyvisa-py/files/patch-pyproject.toml
blob: e7ada270e742f40dd34535bb2b23f56056c24c73 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- pyproject.toml.orig	2024-03-07 12:04:46 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [project]
-  name = "PyVISA-py"
+  name = "pyvisa-py"
   description = "Pure Python implementation of a VISA library."
   readme = "README.rst"
   requires-python = ">=3.8"