Skip to content

Commit 2e9ceb1

Browse files
committed
Fix package renaming
1 parent 7e1ecc5 commit 2e9ceb1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ recursive-include classifiers/ *
88
recursive-include loading_and_processing/ *
99
recursive-include prediction/ *
1010
recursive-include training/ *
11-
recursive-include test_and_tuning/ *
11+
recursive-include tests/ *
12+
recursive-include tuning/ *
1213
include *.md
1314
include setup.py
1415
include logger_config.py

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ packages =
2525
spam_detector_ai.classifiers
2626
spam_detector_ai.loading_and_processing
2727
spam_detector_ai.prediction
28-
spam_detector_ai.test_and_tuning
28+
spam_detector_ai.tests
29+
spam_detector_ai.tuning
2930

3031
python_requires = >=3.8
3132
install_requires =
@@ -34,6 +35,7 @@ install_requires =
3435
numpy
3536
pytest
3637
joblib
38+
xgboost
3739

3840
[options.package_data]
3941
* = data/*

0 commit comments

Comments
 (0)