Skip to content

Commit b3d9a28

Browse files
committed
chore: add pyproject.toml file
1 parent 18bb394 commit b3d9a28

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "adbcli"
3+
version = "0.1.0-alpha"
4+
requires-python = ">=3.10"
5+
readme = "README.md"
6+
license = "Apache-2.0"
7+
license-files = ["LICENSE"]
8+
9+
[build-system]
10+
requires = ["maturin>=1.0,<2.0"]
11+
build-backend = "maturin"

0 commit comments

Comments
 (0)