Skip to content

Commit 55a8a34

Browse files
committed
feat: move to poetry
1 parent c8cc3a5 commit 55a8a34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = "2.0.1"
44
description = "A simplistic decorator based approach to rate limiting function calls."
55
authors = ["skelmis <[email protected]>"]
66
license = "UNLICENSE"
7-
readme = "README.md"
7+
readme = "readme.md"
8+
packages = [{include = "cooldowns"}]
89

910
[project]
1011
classifiers = [

0 commit comments

Comments
 (0)