Skip to content

Commit 63c4d38

Browse files
Update pyproject.toml
1 parent 0f018ec commit 63c4d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "godice"
77
version = "0.1.1"
8+
description = "A Python API for GoDice"
89
authors = [
910
{name = "Guy Levi", email = "guyguylevi60@gmail.com"},
1011
{name = "Anton Ptashnik", email = "iavtomator@gmail.com"},
@@ -17,7 +18,6 @@ classifiers = [
1718
"Operating System :: MacOS",
1819
]
1920
readme = "README.md"
20-
dynamic = ["version", "description"]
2121
dependencies = [
2222
"bleak >=0.20.2",
2323
]

0 commit comments

Comments
 (0)