feat(pyargus): use version from Cargo
This commit is contained in:
parent
411b144761
commit
dc71a51df3
3 changed files with 4 additions and 1 deletions
|
|
@ -36,3 +36,5 @@ from argus._argus import eval_robust_semantics as eval_robust_semantics
|
||||||
from argus._argus import parse_expr as parse_expr
|
from argus._argus import parse_expr as parse_expr
|
||||||
|
|
||||||
AllowedDtype: TypeAlias = bool | int | float
|
AllowedDtype: TypeAlias = bool | int | float
|
||||||
|
|
||||||
|
__version__: str
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@ from typing import ClassVar, Literal, TypeAlias, TypeVar, final
|
||||||
|
|
||||||
from typing_extensions import Generic, Self
|
from typing_extensions import Generic, Self
|
||||||
|
|
||||||
|
__version__: str
|
||||||
|
|
||||||
def parse_expr(expr_str: str) -> Expr: ...
|
def parse_expr(expr_str: str) -> Expr: ...
|
||||||
|
|
||||||
class Expr: ...
|
class Expr: ...
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
[project]
|
[project]
|
||||||
name = "argus-temporal-logic"
|
name = "argus-temporal-logic"
|
||||||
version = "0.1.1"
|
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Rust",
|
"Programming Language :: Rust",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue