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 1/3] 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", From 0897db9e995d17f6512bb5be2eb84bfddbb6d9a3 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 2 Jan 2026 17:34:07 +0100 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d5d31e01..5dd4adcd6 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 = "BSD 3-Clause" +license = "BSD-3-Clause" classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", From 42952a20c123c7fba7e172a456b94f770562b000 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 2 Jan 2026 17:50:52 +0100 Subject: [PATCH 3/3] Remove License classifier --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dd4adcd6..1285ae77d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ classifiers = [ "Intended Audience :: Science/Research", "Natural Language :: English", "Topic :: Scientific/Engineering", - "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",