From c974409fcebc110c15aa912adb7b6a4a41cdb28a Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 10 Jul 2022 19:39:10 +0200 Subject: [PATCH] Update tags --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a60c6b0..303f43a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,13 @@ readme = "README.md" authors = [{ name = "AndrĂ¡s Schmelczer", email = "andras@schmelczer.dev" }] license = { file = "LICENSE" } classifiers = [ - "Programming Language :: Python", + "Operating System :: OS Independent", "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"] requires-python = ">= 3.8"