Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
olegranmo authored Apr 17, 2023
1 parent 059b521 commit 48314e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def get_version(rel_path):
'autoencoder (https://arxiv.org/abs/2301.00709), literal budget (https://arxiv.org/abs/2301.08190), incremental '
'clause evaluation (to be published), sparse computation with absorbing exclude (to be published), and one-vs-one multi-class classifier (to be published). '
'TMU is written in Python with wrappers for C and CUDA-based clause evaluation and updating.',
include_package_data=True,
packages=find_packages(),
data_files=[('tmu', ['tmu/logging_example.json'])],
cffi_modules=[
Expand Down

0 comments on commit 48314e6

Please sign in to comment.