Skip to content

Commit ad75f12

Browse files
committed
feat(pyproject): add initial project configuration (main)
1 parent ae5674e commit ad75f12

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[project]
2+
name = "sqlc-gen-better-python"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
requires-python = ">=3.13"
6+
dependencies = []

0 commit comments

Comments
 (0)