mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS Changes: https://github.com/pyvisa/pyvisa-py/releases https://github.com/pyvisa/pyvisa-py/blob/main/CHANGES
9 lines
257 B
TOML
9 lines
257 B
TOML
--- 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"
|