From f550e14cbbcd83feaecb6ed7ca7d19e17f9d5ea7 Mon Sep 17 00:00:00 2001 From: Ole-Christoffer Granmo Date: Sun, 12 Dec 2021 13:29:42 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 492ea5ab..7db718cb 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ author='Ole-Christoffer Granmo', author_email='ole.granmo@uia.no', license='MIT', - description='Implements the Tsetlin Machine, Coalesced Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features and drop clause.', - long_description='Implements the Tsetlin Machine, Coalesced Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features and drop clause.', + description='Implements the Tsetlin Machine, Coalesced Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features and drop clause. TMU is written in Python with wrappers for C and CUDA-based clause evaluation and updating.', + long_description='Implements the Tsetlin Machine, Coalesced Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features and drop clause. TMU is written in Python with wrappers for C and CUDA-based clause evaluation and updating.', setup_requires=["cffi>=1.0.0"], packages=find_packages(),