Skip to content

Commit d7590a1

Browse files
fix: hopefully fixed pyproject.toml
1 parent 0755e3e commit d7590a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ authors = [
1111
]
1212
readme = "README.md"
1313
requires-python = ">=3.12"
14-
license = { text = "AGPL-3.0" }
14+
license = "AGPL-3.0"
1515
classifiers = [
1616
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: GNU Affero General Public License v3",
1918
"Programming Language :: Python :: 3.12",
2019
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2120
"Topic :: Software Development :: Libraries :: Python Modules"

0 commit comments

Comments
 (0)