Update tags

This commit is contained in:
Andras Schmelczer 2022-07-10 19:39:10 +02:00
parent cb605798ab
commit c974409fce
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -12,9 +12,13 @@ readme = "README.md"
authors = [{ name = "András Schmelczer", email = "andras@schmelczer.dev" }] authors = [{ name = "András Schmelczer", email = "andras@schmelczer.dev" }]
license = { file = "LICENSE" } license = { file = "LICENSE" }
classifiers = [ classifiers = [
"Programming Language :: Python", "Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" "Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English",
] ]
keywords = ["SE4ML", "MLOps", "AI engineering", "general", "robust", "end-to-end", "automated", "trustworthy", "ai", "deployment"] keywords = ["SE4ML", "MLOps", "AI engineering", "general", "robust", "end-to-end", "automated", "trustworthy", "ai", "deployment"]
requires-python = ">= 3.8" requires-python = ">= 3.8"