Skip to content

Commit

Permalink
Fix package renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspd committed Jan 21, 2024
1 parent 7e1ecc5 commit 2e9ceb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ recursive-include classifiers/ *
recursive-include loading_and_processing/ *
recursive-include prediction/ *
recursive-include training/ *
recursive-include test_and_tuning/ *
recursive-include tests/ *
recursive-include tuning/ *
include *.md
include setup.py
include logger_config.py
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ packages =
spam_detector_ai.classifiers
spam_detector_ai.loading_and_processing
spam_detector_ai.prediction
spam_detector_ai.test_and_tuning
spam_detector_ai.tests
spam_detector_ai.tuning

python_requires = >=3.8
install_requires =
Expand All @@ -34,6 +35,7 @@ install_requires =
numpy
pytest
joblib
xgboost

[options.package_data]
* = data/*
Expand Down

0 comments on commit 2e9ceb1

Please sign in to comment.