From acf63e9270947bbd2de0d58727e0fb3016ab812e Mon Sep 17 00:00:00 2001 From: Andrey Rahmatullin Date: Mon, 27 Jul 2020 16:44:14 +0500 Subject: [PATCH] Update the readme field in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0436c5d..f162321 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "varanus" version = "1.0.0" description = "A command line spider monitoring tool" authors = ["Steven Almeroth "] -readme = "README.rst" +readme = "README.md" repository = "https://github.com/scrapinghub/varanus" classifiers = [ # https://pypi.org/classifiers/ "Development Status :: 5 - Production/Stable",