Skip to content

Commit

Permalink
Merge pull request #70 from cair/version-fixes-25-03-24
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
perara authored Mar 25, 2024
2 parents ddb7080 + 3a76af4 commit df55ecb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
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 df55ecb

Please sign in to comment.