We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f018ec commit 63c4d38Copy full SHA for 63c4d38
pyproject.toml
@@ -5,6 +5,7 @@ build-backend = "flit_core.buildapi"
5
[project]
6
name = "godice"
7
version = "0.1.1"
8
+description = "A Python API for GoDice"
9
authors = [
10
{name = "Guy Levi", email = "guyguylevi60@gmail.com"},
11
{name = "Anton Ptashnik", email = "iavtomator@gmail.com"},
@@ -17,7 +18,6 @@ classifiers = [
17
18
"Operating System :: MacOS",
19
]
20
readme = "README.md"
-dynamic = ["version", "description"]
21
dependencies = [
22
"bleak >=0.20.2",
23
0 commit comments