Browse Source

[ENH] Update toml

pull/5/head
Tony-HYX 2 years ago
parent
commit
eb492060fb
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      pyproject.toml

+ 4
- 3
pyproject.toml View File

@@ -4,21 +4,22 @@ build-backend = "setuptools.build_meta"

[project]
name = "abl"
version = "0.1.5"
version = "0.1.6"
authors = [
{ name="LAMDA 2024" },
{ name="LAMDA 2024", email = "abductivelearning@gmail.com" },
]
description = "Abductive Learning (ABL) package"
readme = "README.md"
requires-python = ">=3.6.0"
license = {text = "MIT LICENSE"}
keywords = ["machine-learning", "framework", "abductive-learning", "neuro-symbolic"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",


Loading…
Cancel
Save