diff --git a/pyproject.toml b/pyproject.toml index a09dbe4..b4fe6e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,11 +3,11 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] -name = "pypkg" +name = "distrx" version = "0.1.0" description = "Python package template" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" license = { text = "BSD-2-Clause" } authors = [ { name = "IHME Math Sciences", email = "ihme.math.sciences@gmail.com" }, @@ -20,7 +20,7 @@ classifiers = [ dependencies = [] [project.optional-dependencies] -test = ["pytest", "pytest-cov"] +test = ["pytest", "pytest-cov", "numpy", "typing", "warnings"] docs = ["sphinx", "sphinx-autodoc-typehints", "furo"] [project.urls]