chore: add more PyPI classifiers

This commit is contained in:
Anand Balakrishnan 2023-10-13 16:24:59 -07:00
parent fb72e60a0a
commit eea3065b4e

View file

@ -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"