All checks were successful
CI / lint (push) Successful in -26s
CI / typecheck (push) Successful in -26s
CI / test (3.14) (push) Successful in -24s
CI / lint (pull_request) Successful in -28s
CI / typecheck (pull_request) Successful in -23s
CI / test (3.12) (pull_request) Successful in -25s
CI / test (3.13) (pull_request) Successful in -23s
CI / test (3.14) (pull_request) Successful in -24s
CI / test (3.12) (push) Successful in -25s
CI / test (3.13) (push) Successful in -25s
8 lines
136 B
Python
8 lines
136 B
Python
"""Project metadata for rp."""
|
|
|
|
from __future__ import annotations
|
|
|
|
__version__ = "0.3.0"
|
|
__author__ = "Yunxiao Xu"
|
|
__license__ = "MIT"
|