Skip to content

Commit 7b47375

Browse files
committed
fix pyproject
1 parent b79723f commit 7b47375

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "grit_requester"
77
version = "1.0.0"
8-
description = "Grit Requester"
8+
description = "Grit requester client for Python"
99
authors = [{ name = "Rainã Pepe", email = "raina.pepe@outlook.com" }]
1010
dependencies = ["requests"]
11+
12+
[tool.setuptools]
13+
packages = ["grit_requester"]

0 commit comments

Comments
 (0)