From 09c127d55680864733371ac5ecc95c6461415c05 Mon Sep 17 00:00:00 2001 From: Henri Yandell <477715+hyandell@users.noreply.github.com> Date: Tue, 27 Dec 2022 09:29:13 -0800 Subject: [PATCH] Adjusting license tag to use SPDX identifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cdd2e3f..1e78e7ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "PyVISA-py" description = "Pure Python implementation of a VISA library." readme = "README.rst" requires-python = ">=3.7" -license = {file = "LICENSE"} +license = "MIT" authors = [ {name = "Hernan E. Grecco", email = "hernan.grecco@gmail.com"}, ]