Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 2a601e4

Browse files
authored
Update setup.py with classifiers
1 parent 06e9ecb commit 2a601e4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

setup.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,25 @@
6666
package_dir={'rocksdb': 'rocksdb'},
6767
packages=find_packages('.'),
6868
ext_modules=cythonize([rocksdb_extension]),
69+
classifiers=[
70+
"Intended Audience :: Developers",
71+
"Natural Language :: English",
72+
"License :: OSI Approved :: BSD License",
73+
"Programming Language :: Cython",
74+
"Programming Language :: Python",
75+
"Programming Language :: Python :: 3 :: Only",
76+
"Programming Language :: Python :: 3.6",
77+
"Programming Language :: Python :: 3.7",
78+
"Programming Language :: Python :: 3.8",
79+
"Programming Language :: Python :: 3.9",
80+
"Programming Language :: Python :: 3.10",
81+
"Programming Language :: Python :: 3.11",
82+
"Programming Language :: Python :: 3.12",
83+
"Programming Language :: Python :: Implementation :: CPython",
84+
"Operating System :: POSIX",
85+
"Operating System :: POSIX :: Linux",
86+
"Operating System :: MacOS :: MacOS X",
87+
"Topic :: Database",
88+
"Development Status :: 7 - Inactive",
89+
],
6990
)

0 commit comments

Comments
 (0)