Skip to content

Commit

Permalink
Update setup.py. Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander.A.Utkin committed Sep 16, 2024
1 parent c54a96f commit f19a492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand All @@ -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'),
Expand Down

0 comments on commit f19a492

Please sign in to comment.