mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-18 00:55:54 +00:00
format pyproject
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["flit_core >=3.2,<4"]
|
requires = ["flit_core >=3.2,<4"]
|
||||||
build-backend = "flit_core.buildapi"
|
build-backend = "flit_core.buildapi"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bayesclass"
|
name = "bayesclass"
|
||||||
description = "A collection of Bayesian Estimators."
|
description = "A collection of Bayesian Estimators."
|
||||||
@@ -34,11 +35,14 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = ["black", "pre-commit", "flake8", "mypy", "pytest", "pytest-cov"]
|
dev = ["black", "pre-commit", "flake8", "mypy", "pytest", "pytest-cov"]
|
||||||
doc = ["sphinx", "sphinx-gallery", "sphinx_rtd_theme", "numpydoc"]
|
doc = ["sphinx", "sphinx-gallery", "sphinx_rtd_theme", "numpydoc"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Home = "https://github.com/doctorado-ml/bayesclass"
|
Home = "https://github.com/doctorado-ml/bayesclass"
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
addopts = "--cov --cov-report html --cov-report term-missing --cov-fail-under 95"
|
addopts = "--cov --cov-report html --cov-report term-missing --cov-fail-under 95"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user