From f19a492273cbf9f3d45bb985638df9f7612d3d33 Mon Sep 17 00:00:00 2001 From: "Alexander.A.Utkin" Date: Mon, 16 Sep 2024 20:08:19 +0300 Subject: [PATCH] Update setup.py. Fix --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b689664..a768874 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def build_cmake(self, ext): python_requires=">=3.6,<3.11.5", install_requires=load_requirements("requirements.txt"), classifiers=[ - _c2('Development Status', '2 - Alpha'), + _c2('Development Status', '3 - Alpha'), _c2('Environment', 'Console'), _c2('Intended Audience', 'Developers'), _c2('License', 'OSI Approved', 'Apache Software License'), @@ -118,6 +118,7 @@ def build_cmake(self, ext): _c2('Programming Language', 'Python', '3.12'), _c2('Topic', 'Database'), _c2('Topic', 'In-Memory-Database'), + _c2('Topic', 'Database', 'Database Engines/Servers'), _c2('Topic', 'Software Development'), _c2('Topic', 'Software Development', 'Libraries', 'Python Modules'), _c2('Operating System', 'MacOS'),