From dece0032873032f87e65d4682c5eb56273813b23 Mon Sep 17 00:00:00 2001 From: Will Dean Date: Fri, 5 Jul 2024 11:25:28 +0200 Subject: [PATCH] add pytyped --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f5d5e2c8..eba88b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,20 @@ readme = "README.md" license = { file = "LICENSE" } dynamic = ["version"] maintainers = [{ name = "PyMC Labs", email = "info@pymc-labs.io" }] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "License :: OSI Approved :: Apache Software License", + "Intended Audience :: Science/Research", + "Topic :: Scientific/Engineering", + "Topic :: Scientific/Engineering :: Mathematics", + "Operating System :: OS Independent", + "Typing :: Typed", +] dependencies = [ "arviz>=0.13.0",