Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
perara authored Mar 25, 2024
1 parent 2ab643f commit 3a76af4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,15 @@ def has_ext_modules(foo):
setup(
include_package_data=True,
packages=find_packages(),
ext_modules=[build_cffi().distutils_extension()]
ext_modules=[build_cffi().distutils_extension()],
classifiers=[
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
#cmdclass={
# "install": TMUInstall,
# "develop": TMUDevelop,
Expand Down

0 comments on commit 3a76af4

Please sign in to comment.