| @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |||||
| [project] | [project] | ||||
| name = "abl" | name = "abl" | ||||
| version = "0.1.3" | |||||
| version = "0.1.4" | |||||
| authors = [ | authors = [ | ||||
| { name="LAMDA 2023" }, | { name="LAMDA 2023" }, | ||||
| ] | ] | ||||
| @@ -13,9 +13,16 @@ readme = "README.md" | |||||
| requires-python = ">=3.6.0" | requires-python = ">=3.6.0" | ||||
| license = {file = "LICENSE"} | license = {file = "LICENSE"} | ||||
| classifiers = [ | classifiers = [ | ||||
| "Programming Language :: Python :: 3", | |||||
| "License :: OSI Approved :: MIT License", | |||||
| "Operating System :: OS Independent", | |||||
| "Development Status :: 3 - Alpha", | |||||
| "Intended Audience :: Science/Research", | |||||
| "Intended Audience :: Developers", | |||||
| "Programming Language :: Python", | |||||
| "Topic :: Software Development", | |||||
| "Topic :: Scientific/Engineering", | |||||
| "Operating System :: POSIX :: Linux", | |||||
| "Programming Language :: Python :: 3.7", | |||||
| "Programming Language :: Python :: 3.8", | |||||
| "Programming Language :: Python :: 3.9", | |||||
| ] | ] | ||||
| dependencies = [ | dependencies = [ | ||||
| "numpy", | "numpy", | ||||
| @@ -34,18 +41,4 @@ Issues = "https://github.com/AbductiveLearning/ABL-Package/issues" | |||||
| test = [ | test = [ | ||||
| "pytest-cov", | "pytest-cov", | ||||
| "black==22.10.0", | "black==22.10.0", | ||||
| ] | |||||
| [project.classifiers] | |||||
| classifiers = [ | |||||
| "Development Status :: 3 - Alpha", | |||||
| "Intended Audience :: Science/Research", | |||||
| "Intended Audience :: Developers", | |||||
| "Programming Language :: Python", | |||||
| "Topic :: Software Development", | |||||
| "Topic :: Scientific/Engineering", | |||||
| "Operating System :: POSIX :: Linux", | |||||
| "Programming Language :: Python :: 3.7", | |||||
| "Programming Language :: Python :: 3.8", | |||||
| "Programming Language :: Python :: 3.9", | |||||
| ] | ] | ||||