Skip to content

Commit f08683b

Browse files
committed
chore: add project name, version and python version to pyproject.toml
1 parent ad58a46 commit f08683b

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 = "geo-search"
3+
requires-python = ">=3.12, <3.13"
4+
version = "2.0.0"
5+
16
[tool.ruff]
27
target-version = "py312"
38

0 commit comments

Comments
 (0)