Skip to content

Commit

Permalink
rmv setup.py in favor of pyproject.toml; vers to 0.0.11a2
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Oct 21, 2024
1 parent d262f4a commit 41ee324
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 42 deletions.
2 changes: 1 addition & 1 deletion README_min.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If you use `eda_toolkit` in your research or projects, please consider citing it
month = aug,
year = 2024,
publisher = {Zenodo},
version = {0.0.11a1},
version = {0.0.11a2},
doi = {10.5281/zenodo.13162633},
url = {https://doi.org/10.5281/zenodo.13162633}
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "eda_toolkit"
version = "0.0.11a1"
version = "0.0.11a2"
description = "A Python library for EDA, including visualizations, directory management, data preprocessing, reporting, and more."
readme = { file = "README_min.md", content-type = "text/markdown" }
authors = [
Expand Down
38 changes: 0 additions & 38 deletions setup.py

This file was deleted.

4 changes: 2 additions & 2 deletions src/eda_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
EDA Toolkit - A Python library for EDA, including visualizations, directory
management, data preprocessing, reporting, and more.
Version: 0.0.11a1
Version: 0.0.11a2
"""

__version__ = "0.0.11a1"
__version__ = "0.0.11a2"
__author__ = "Leonid Shpaner, Oscar Gil"
__email__ = "lshpaner@ucla.edu; info@oscargildata.com"

Expand Down

0 comments on commit 41ee324

Please sign in to comment.