Skip to content

Commit cb1c89e

Browse files
committed
chore: add project name, version and python version to pyproject.toml
Refs: KEH-241
1 parent 63b5830 commit cb1c89e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[project]
2+
name = "atv"
3+
requires-python = ">=3.12, <3.13"
4+
version = "1.4.3"
5+
16
[tool.ruff]
27
target-version = "py312"
38

0 commit comments

Comments
 (0)