-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adjusted README badges * Adjusted setup release options
- Loading branch information
1 parent
4a6864f
commit a86e04e
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
setup( | ||
name="easy_explain", | ||
packages=find_packages(), | ||
version="0.4.3", | ||
version="0.5.0", | ||
license="MIT", | ||
description="A library that helps to explain AI models in a really quick & easy way", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
author="Stavros Theocharis", | ||
author_email="[email protected]", | ||
url="https://github.com/stavrostheocharis/stavrostheocharis", | ||
download_url="https://github.com/stavrostheocharis/easy_explain/archive/refs/tags/v0.4.3.tar.gz", | ||
download_url="https://github.com/stavrostheocharis/easy_explain/archive/refs/tags/v0.5.0.tar.gz", | ||
keywords=[ | ||
"explainable ai", | ||
"xai", | ||
|