Skip to content

Commit 253fa31

Browse files
add package metadata
1 parent 29f5105 commit 253fa31

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[build-system]
2+
requires = ["flit_core >=3.2,<4"]
3+
build-backend = "flit_core.buildapi"
4+
5+
[project]
6+
name = "godice"
7+
authors = [{name = "Particula", email = "iavtomator@gmail.com"}]
8+
readme = "README.md"
9+
dynamic = ["version", "description"]
10+
dependencies = [
11+
"bleak >=0.20.2",
12+
]
13+
requires-python = ">=3.8"
14+
15+
[project.urls]
16+
Home = "https://github.com/ParticulaCode/GoDicePythonAPI"

0 commit comments

Comments
 (0)