|
|
|
@@ -10,7 +10,7 @@ authors = [ |
|
|
|
] |
|
|
|
description = "ABL-Package" |
|
|
|
readme = "README.md" |
|
|
|
requires-python = ">=3.6" |
|
|
|
requires-python = ">=3.6.0" |
|
|
|
license = {file = "LICENSE"} |
|
|
|
classifiers = [ |
|
|
|
"Programming Language :: Python :: 3", |
|
|
|
@@ -30,9 +30,22 @@ dependencies = [ |
|
|
|
Homepage = "https://github.com/AbductiveLearning/ABL-Package" |
|
|
|
Issues = "https://github.com/AbductiveLearning/ABL-Package/issues" |
|
|
|
|
|
|
|
[tool.pytest.ini_options] |
|
|
|
minversion = "6.0" |
|
|
|
addopts = "-ra -q" |
|
|
|
testpaths = [ |
|
|
|
"tests", |
|
|
|
[project.optional-dependencies] |
|
|
|
test = [ |
|
|
|
"pytest-cov", |
|
|
|
"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", |
|
|
|
] |