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]
name = "rrl"
version = "0.3.0"
version = "0.3.1"
description = "simple redis rate limiting"
authors = ["James Turk <dev@jamesturk.net>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"