We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f5105 commit 253fa31Copy full SHA for 253fa31
1 file changed
pyproject.toml
@@ -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