-
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
Showing
3 changed files
with
7 additions
and
8 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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
|
||
setup( | ||
name="eda_toolkit", | ||
version="0.0.3", | ||
version="0.0.4", | ||
author="Leonid Shpaner, Oscar Gil", | ||
author_email="[email protected]", | ||
description="A Python library for EDA (directory management, some data preprocessing, reporting, visualizations, and more)", | ||
description="A Python library for EDA, including visualizations, directory management, data preprocessing, reporting, and more.", | ||
long_description=open("README_min.md", "r", encoding="utf-8").read(), | ||
long_description_content_type="text/markdown", # Type of the long description | ||
package_dir={"": "src"}, # Directory where your package files are located | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
from .main import * |