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'),