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"