We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465fa17 commit 66a81deCopy full SHA for 66a81de
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = spam-detector-ai
3
-version = 1.0.2
+version = 1.0.3
4
description = A package for spam detection using machine learning algorithms.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
@@ -40,6 +40,7 @@ install_requires =
40
scikit-learn
41
pandas
42
numpy
43
+ pytest
44
45
[options.package_data]
46
* = data/*
0 commit comments