Skip to content

Commit df55ecb

Browse files
authored
Merge pull request #70 from cair/version-fixes-25-03-24
Update README.md
2 parents ddb7080 + 3a76af4 commit df55ecb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tsetlin Machine Unified (TMU) - One Codebase to Rule Them All
2-
![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)
2+
![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)
33

44
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.
55

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)