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 c8cc3a5 commit 55a8a34Copy full SHA for 55a8a34
pyproject.toml
@@ -4,7 +4,8 @@ version = "2.0.1"
4
description = "A simplistic decorator based approach to rate limiting function calls."
5
authors = ["skelmis <[email protected]>"]
6
license = "UNLICENSE"
7
-readme = "README.md"
+readme = "readme.md"
8
+packages = [{include = "cooldowns"}]
9
10
[project]
11
classifiers = [
0 commit comments