We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab643f commit 3a76af4Copy full SHA for 3a76af4
setup.py
@@ -76,7 +76,15 @@ def has_ext_modules(foo):
76
setup(
77
include_package_data=True,
78
packages=find_packages(),
79
- ext_modules=[build_cffi().distutils_extension()]
+ 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
+ ]
88
#cmdclass={
89
# "install": TMUInstall,
90
# "develop": TMUDevelop,
0 commit comments