From 64d5838108d43bb5f895b17d6679e3362db841ee Mon Sep 17 00:00:00 2001 From: Tony-HYX <605698554@qq.com> Date: Sat, 6 Jan 2024 16:14:21 +0800 Subject: [PATCH] [ENH] Update toml --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 534a288..3c04387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,21 +8,25 @@ version = "0.1.5" authors = [ { name="LAMDA 2024" }, ] -description = "Abductive learning package project" +description = "Abductive Learning (ABL) package" readme = "README.md" requires-python = ">=3.6.0" license = {text = "MIT LICENSE"} classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "Intended Audience :: Developers", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Scientific/Engineering", "Operating System :: POSIX :: Linux", + "Operating System :: Microsoft :: Windows", + "Operating System :: MacOS :: MacOS X", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ] dependencies = [ "numpy>=1.15.0",