Skip to content

Commit

Permalink
fix toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthaddeus committed Jan 3, 2024
1 parent aeaad18 commit 77eb7fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data Analysis Toolkit

[![Upload Python Package](https://github.com/thomasthaddeus/DataAnalysisToolkit/actions/workflows/python-publish.yml/badge.svg?event=deployment)](https://github.com/thomasthaddeus/DataAnalysisToolkit/actions/workflows/python-publish.yml)
[![Upload Python Package](https://github.com/thomasthaddeus/DataAnalysisToolkit/actions/workflows/python-publish.yml/badge.svg)](https://github.com/thomasthaddeus/DataAnalysisToolkit/actions/workflows/python-publish.yml)

DataAnalysisToolkit is a comprehensive Python package offering a suite of tools designed for efficient data analysis. This toolkit simplifies tasks such as loading CSV data, performing statistical analysis, cleaning data, and visualizing results. It's an ideal tool for data analysts, scientists, and anyone looking to dive into data exploration and machine learning.

Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ requires-python = ">=3.8"

[project.urls]
homepage = "https://github.com/thomasthaddeus/dataanalysistoolkit"

[tool.setuptools.dynamic]
long-description-content-type = "text/markdown"

0 comments on commit 77eb7fd

Please sign in to comment.