Skip to content

Commit c672dbd

Browse files
zm711alejoe91
andauthored
Update license specifier for PEP639 (#1808)
* Update for PEP369 * Update pyproject.toml * Remove License classifier * update python versioning * one last python 3.10 --------- Co-authored-by: Alessio Buccino <[email protected]>
1 parent 69c1dfa commit c672dbd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"programmingLanguage": ["Python"],
2424
"operatingSystem": ["Linux", "Windows", "macOS"],
2525
"softwareRequirements": [
26-
"Python (version 3.9+)",
26+
"Python (version 3.10+)",
2727
"see https://github.com/NeuralEnsemble/python-neo/blob/master/pyproject.toml"
2828
],
2929
"relatedLink": ["https://neo.readthedocs.io", "https://neuralensemble.org/community"],

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ version = "0.15.0.dev0"
44
authors = [{name = "Neo authors and contributors"}]
55
description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats"
66
readme = "README.rst"
7-
requires-python = ">=3.9"
8-
license = {text = "BSD 3-Clause License"}
7+
requires-python = ">=3.10"
8+
license = "BSD-3-Clause"
99
classifiers = [
1010
"Development Status :: 4 - Beta",
1111
"Programming Language :: Python :: 3",
1212
"Operating System :: OS Independent",
1313
"Intended Audience :: Science/Research",
1414
"Natural Language :: English",
1515
"Topic :: Scientific/Engineering",
16-
"License :: OSI Approved :: BSD License",
17-
"Programming Language :: Python :: 3.9",
1816
"Programming Language :: Python :: 3.10",
1917
"Programming Language :: Python :: 3.11",
2018
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)