-
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.
- Loading branch information
1 parent
146901a
commit 17bea96
Showing
3 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "dataanalysistoolkit" | ||
version = "1.1.0" | ||
version = "1.1.1" | ||
description = "The `DataAnalysisToolkit` project is a Python-based data analysis tool designed to streamline various data analysis tasks. It allows users to load data from CSV files and perform operations such as statistical calculations, outlier detection, data cleaning, and visualization." | ||
authors = [ | ||
{ name = "Thaddeus Thomas", email = "[email protected]" } | ||
|
@@ -13,9 +13,21 @@ readme = "README.md" | |
license = { file = "LICENSE" } | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: MIT License" | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: End Users/Desktop", | ||
"Intended Audience :: Education", | ||
"Topic :: Scientific/Engineering :: Information Analysis" | ||
] | ||
requires-python = ">=3.8" | ||
|
||
[project.urls] | ||
homepage = "https://github.com/thomasthaddeus/dataanalysistoolkit" | ||
Homepage = "https://github.com/thomasthaddeus/dataanalysistoolkit" | ||
Issues = "https://github.com/thomasthaddeus/dataanalysistoolkit/issues" | ||
Documentation = "https://dataanalysistoolkit.readthedocs.io/en/latest/" |