add readme to pypi

This commit is contained in:
James Turk 2020-11-19 15:34:10 -05:00
parent 8fd504689c
commit be7ff835cb

View File

@ -1,9 +1,10 @@
[tool.poetry] [tool.poetry]
name = "rrl" name = "rrl"
version = "0.3.0" version = "0.3.1"
description = "simple redis rate limiting" description = "simple redis rate limiting"
authors = ["James Turk <dev@jamesturk.net>"] authors = ["James Turk <dev@jamesturk.net>"]
license = "MIT" license = "MIT"
readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.7"