Skip to content

Commit f517ece

Browse files
authored
Merge pull request #18 from adamspd/fix-license-typo
Fixed license name typo
2 parents 0f61228 + 870dd77 commit f517ece

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ license = MIT
33
classifiers =
44
Environment :: Console
55
Intended Audience :: Developers
6-
License :: OSI Approved :: Apache Software License
6+
License :: OSI Approved :: MIT License
77
Operating System :: OS Independent
88
Programming Language :: Python
99
Programming Language :: Python :: 3

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
url=__url__,
2020
description=__description__,
2121
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/",
2325
},
2426
)

spam_detector_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
55
__package_name__ = "spam-detector-ai"
66
__url__ = "https://github.com/adamspd/spam-detection-project"
7-
__version__ = "2.0.4"
7+
__version__ = "2.0.5"
88
__test_version__ = False

0 commit comments

Comments
 (0)