File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ license = MIT
3
3
classifiers =
4
4
Environment :: Console
5
5
Intended Audience :: Developers
6
- License :: OSI Approved :: Apache Software License
6
+ License :: OSI Approved :: MIT License
7
7
Operating System :: OS Independent
8
8
Programming Language :: Python
9
9
Programming Language :: Python :: 3
Original file line number Diff line number Diff line change 19
19
url = __url__ ,
20
20
description = __description__ ,
21
21
project_urls = {
22
- "Author Website" : __author_website__ ,
22
+ "Author's Website" : __author_website__ ,
23
+ "Bug Tracker" : f"{ __url__ } /issues" ,
24
+ "Contact Page" : f"{ __author_website__ } /contact/" ,
23
25
},
24
26
)
Original file line number Diff line number Diff line change 4
4
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
5
5
__package_name__ = "spam-detector-ai"
6
6
__url__ = "https://github.com/adamspd/spam-detection-project"
7
- __version__ = "2.0.4 "
7
+ __version__ = "2.0.5 "
8
8
__test_version__ = False
You can’t perform that action at this time.
0 commit comments