Skip to content

Commit 3a76af4

Browse files
authored
Update setup.py
1 parent 2ab643f commit 3a76af4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,15 @@ def has_ext_modules(foo):
7676
setup(
7777
include_package_data=True,
7878
packages=find_packages(),
79-
ext_modules=[build_cffi().distutils_extension()]
79+
ext_modules=[build_cffi().distutils_extension()],
80+
classifiers=[
81+
"Programming Language :: Python :: 3.10",
82+
"Programming Language :: Python :: 3.11",
83+
"Programming Language :: Python :: 3.12",
84+
"Development Status :: 5 - Production/Stable",
85+
"License :: OSI Approved :: MIT License",
86+
"Operating System :: OS Independent",
87+
]
8088
#cmdclass={
8189
# "install": TMUInstall,
8290
# "develop": TMUDevelop,

0 commit comments

Comments
 (0)