From a856215e63a72c82baa9bb4d913d2f1ae14b0c11 Mon Sep 17 00:00:00 2001 From: Geir Arne Hjelle Date: Sun, 16 Sep 2018 22:17:50 +0200 Subject: [PATCH] Articles -> Tutorials to be consistent with web site --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f5ddb6..9db3bec 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="realpython-reader", version="0.0.1", - description="Read Real Python Articles", + description="Read Real Python Tutorials", long_description=(HERE / "README.md").read_text(), long_description_content_type="text/markdown", url="https://github.com/realpython/reader",