Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthaddeus committed Jan 7, 2024
1 parent 146901a commit 17bea96
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

source_suffix = {
'.rst': 'restructuredtext',
'.md': 'markdown',
}

extensions = [
'myst_parser',
'sphinx.ext.autodoc',
Expand Down
18 changes: 15 additions & 3 deletions 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 = "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]" }
Expand All @@ -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/"

0 comments on commit 17bea96

Please sign in to comment.