Skip to content

Commit 17bea96

Browse files
update metadata
1 parent 146901a commit 17bea96

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

File renamed without changes.

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2020

21+
source_suffix = {
22+
'.rst': 'restructuredtext',
23+
'.md': 'markdown',
24+
}
25+
2126
extensions = [
2227
'myst_parser',
2328
'sphinx.ext.autodoc',

pyproject.toml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dataanalysistoolkit"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
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."
99
authors = [
1010
{ name = "Thaddeus Thomas", email = "thaddeus.r.thomas@gmail.com" }
@@ -13,9 +13,21 @@ readme = "README.md"
1313
license = { file = "LICENSE" }
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
16-
"License :: OSI Approved :: MIT License"
16+
"Programming Language :: Python :: 3.8",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"License :: OSI Approved :: MIT License",
22+
"Operating System :: OS Independent",
23+
"Development Status :: 4 - Beta",
24+
"Intended Audience :: End Users/Desktop",
25+
"Intended Audience :: Education",
26+
"Topic :: Scientific/Engineering :: Information Analysis"
1727
]
1828
requires-python = ">=3.8"
1929

2030
[project.urls]
21-
homepage = "https://github.com/thomasthaddeus/dataanalysistoolkit"
31+
Homepage = "https://github.com/thomasthaddeus/dataanalysistoolkit"
32+
Issues = "https://github.com/thomasthaddeus/dataanalysistoolkit/issues"
33+
Documentation = "https://dataanalysistoolkit.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)