From 1d95311a7d5951066486384144fc647c392866ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Wed, 14 Dec 2022 12:23:07 +0100 Subject: [PATCH] fix: :bug: Fix a bug when pip install tries to build the package of File not Found #4 --- MANIFEST.in | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..c6ee3a9 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include src/cppmdlp/CPPFImdlp.h \ No newline at end of file diff --git a/README.md b/README.md index c264684..f1033d2 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Discretization algorithm based on the paper by Usama M. Fayyad and Keki B. Irani -``` + Multi-Interval Discretization of Continuous-Valued Attributes for Classification Learning. In Proceedings of the 13th International Joint Conference on Artificial Intelligence (IJCAI-95), pages 1022-1027, Montreal, Canada, August 1995. -``` + ## Installation