From b74c18fb0b9d19afb9b98980b2724a196f4613a3 Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Mon, 29 Dec 2025 21:18:39 -0600 Subject: [PATCH] Update for PEP369 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0a6f676f..5d5d31e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [{name = "Neo authors and contributors"}] description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats" readme = "README.rst" requires-python = ">=3.9" -license = {text = "BSD 3-Clause License"} +license = "BSD 3-Clause" classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3",