We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcd64e commit dd57f59Copy full SHA for dd57f59
1 file changed
pyproject.toml
@@ -10,10 +10,14 @@ readme = "README.md"
10
license = {file = "LICENSE"}
11
authors = [
12
{name = "Johan Medrano", email = "johan.medrano@ucl.ac.uk"},
13
- {name = "Yael Balbastre", email = "y.balbastre@ucl.ac.yk"}]
+ {name = "Yael Balbastre", email = "y.balbastre@ucl.ac.yk"},
14
+ {name = "Yulia Bezsudnova"},
15
+ {name = "Arthur Mitchell"},
16
+ {name = "Peter Zeidman"},
17
+ {name = "Olivia Kowalczyk"} ]
18
requires-python = ">=3.9,<3.13"
19
classifiers = [
- "Development Status :: 3 - Alpha",
20
+ "Development Status :: 4 - Beta",
21
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
22
"Programming Language :: Python :: 3.9",
23
"Programming Language :: Python :: 3.10",
0 commit comments