Skip to content

Commit 43c4c3b

Browse files
committed
Updated pyproject
1 parent 8a7731b commit 43c4c3b

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ version = "0.1.0"
77
requires-python = ">=3.10"
88
authors = [{ name = "Stéphan Tulkens", email = "stephantul@gmail.com"}, {name = "Thomas van Dongen", email = "thomas123@live.nl"}]
99

10+
classifiers = [
11+
"Development Status :: 4 - Beta",
12+
"Intended Audience :: Developers",
13+
"Intended Audience :: Science/Research",
14+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
15+
"Topic :: Software Development :: Libraries",
16+
"License :: OSI Approved :: MIT License",
17+
"Programming Language :: Python :: 3 :: Only",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Natural Language :: English",
22+
]
23+
1024
dependencies = [
1125
"click",
1226
"numpy",
@@ -39,19 +53,7 @@ dev = [
3953
]
4054
evaluation = ["evaluation@git+https://github.com/MinishLab/evaluation@main"]
4155

42-
classifiers = [
43-
"Development Status :: 4 - Beta",
44-
"Intended Audience :: Developers",
45-
"Intended Audience :: Science/Research",
46-
"Topic :: Scientific/Engineering :: Artificial Intelligence",
47-
"Topic :: Software Development :: Libraries",
48-
"License :: OSI Approved :: MIT License",
49-
"Programming Language :: Python :: 3 :: Only",
50-
"Programming Language :: Python :: 3.10",
51-
"Programming Language :: Python :: 3.11",
52-
"Programming Language :: Python :: 3.12",
53-
"Natural Language :: English",
54-
]
56+
5557

5658
[project.urls]
5759
"Homepage" = "https://github.com/MinishLab"

0 commit comments

Comments
 (0)