diff --git a/README.md b/README.md index 323d36e2..c2e53a60 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Tsetlin Machine Unified (TMU) - One Codebase to Rule Them All -![License](https://img.shields.io/github/license/microsoft/interpret.svg?style=flat-square) ![Python Version](https://img.shields.io/pypi/pyversions/interpret.svg?style=flat-square)![Maintenance](https://img.shields.io/maintenance/yes/2023?style=flat-square) +![License](https://img.shields.io/github/license/cair/tmu.svg?style=flat-square) ![Python Version](https://img.shields.io/pypi/pyversions/tmu.svg?style=flat-square) ![Maintenance](https://img.shields.io/maintenance/yes/2024?style=flat-square) TMU is a comprehensive repository that encompasses several Tsetlin Machine implementations. Offering a rich set of features and extensions, it serves as a central resource for enthusiasts and researchers alike. diff --git a/setup.py b/setup.py index 670bb229..eac07730 100644 --- a/setup.py +++ b/setup.py @@ -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,