From eea3065b4ecd50e113792cb34957bf370482db11 Mon Sep 17 00:00:00 2001 From: Anand Balakrishnan Date: Fri, 13 Oct 2023 16:24:59 -0700 Subject: [PATCH] chore: add more PyPI classifiers --- pyargus/pyproject.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pyargus/pyproject.toml b/pyargus/pyproject.toml index d4dd9ec..7efafdb 100644 --- a/pyargus/pyproject.toml +++ b/pyargus/pyproject.toml @@ -2,9 +2,18 @@ name = "argus-temporal-logic" requires-python = ">=3.8" classifiers = [ - "Programming Language :: Rust", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: BSD License", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", + "Programming Language :: Rust", ] dependencies = ["typing-extensions"] @@ -32,7 +41,6 @@ test = ["pytest", "pytest-cov", "hypothesis[lark]"] requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" - [tool.maturin] features = ["pyo3/extension-module"] module-name = "argus._argus"