diff options
| author | J08nY | 2024-04-02 15:23:00 +0200 |
|---|---|---|
| committer | J08nY | 2024-04-02 15:23:00 +0200 |
| commit | c628379541980db45306b33e182bb822b7ab3c83 (patch) | |
| tree | 81b424eeac0de514bda5261e37c272c22e88d0b3 /pyproject.toml | |
| parent | a04b55e53ba65b192cf7845e5ddd74c726c63200 (diff) | |
| download | pyecsca-c628379541980db45306b33e182bb822b7ab3c83.tar.gz pyecsca-c628379541980db45306b33e182bb822b7ab3c83.tar.zst pyecsca-c628379541980db45306b33e182bb822b7ab3c83.zip | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5596c27..540a68e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,4 @@ + [build-system] requires = ["setuptools>=61.0", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" @@ -65,7 +66,7 @@ "pari" = ["cysignals", "cypari2"] "dev" = ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools"] "test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "pytest-sugar", "pytest-mock"] -"doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design"] +"doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design", "alabaster>=0.7.16"] [tool.setuptools.packages.find] include = ["pyecsca*"] |
