chore: add more PyPI classifiers
This commit is contained in:
parent
fb72e60a0a
commit
eea3065b4e
1 changed files with 10 additions and 2 deletions
|
|
@ -2,9 +2,18 @@
|
||||||
name = "argus-temporal-logic"
|
name = "argus-temporal-logic"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
classifiers = [
|
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 :: CPython",
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
|
"Programming Language :: Rust",
|
||||||
]
|
]
|
||||||
|
|
||||||
dependencies = ["typing-extensions"]
|
dependencies = ["typing-extensions"]
|
||||||
|
|
@ -32,7 +41,6 @@ test = ["pytest", "pytest-cov", "hypothesis[lark]"]
|
||||||
requires = ["maturin>=1.0,<2.0"]
|
requires = ["maturin>=1.0,<2.0"]
|
||||||
build-backend = "maturin"
|
build-backend = "maturin"
|
||||||
|
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
features = ["pyo3/extension-module"]
|
features = ["pyo3/extension-module"]
|
||||||
module-name = "argus._argus"
|
module-name = "argus._argus"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue