forked from deepchecks/deepchecks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Itay Gabbay
authored
Jan 2, 2022
1 parent
e9b0479
commit b52146b
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ def readme(): | |
install_requires=install_requires, | ||
license_files = ('LICENSE', ), | ||
description = 'Package for validating your machine learning model and data', | ||
long_description=readme(), | ||
# long_description=readme(), we should use this after converting the README to rst | ||
author = 'deepchecks', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/deepchecks/deepchecks', | ||
|