We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1796411 commit 2a7e8aaCopy full SHA for 2a7e8aa
pyproject.toml
@@ -8,17 +8,21 @@ dynamic = ["version"]
8
description = "Python bindings for the SPM software."
9
readme = "README.md"
10
license = {file = "LICENSE"}
11
-authors = [
+maintainers = [
12
{name = "Johan Medrano", email = "johan.medrano@ucl.ac.uk"},
13
- {name = "Yael Balbastre", email = "y.balbastre@ucl.ac.uk"},
+ {name = "Yael Balbastre", email = "y.balbastre@ucl.ac.uk"}
14
+]
15
+authors = [
16
+ {name = "Johan Medrano"},
17
+ {name = "Yael Balbastre"},
18
{name = "Yulia Bezsudnova"},
19
{name = "Arthur Mitchell"},
20
{name = "Peter Zeidman"},
21
{name = "Olivia Kowalczyk"},
22
]
23
requires-python = ">=3.6,<3.13"
24
classifiers = [
- "Development Status :: 4 - Beta",
25
+ "Development Status :: 5 - Production/Stable",
26
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
27
"Programming Language :: Python :: 3.6",
28
"Programming Language :: Python :: 3.7",
spm/_version.py
@@ -1 +1 @@
1
-__version__ = "25.1.2"
+__version__ = "25.1.2.post1"
0 commit comments