From 22450e3015939f121ab46b84d9f49cacb5dc52db Mon Sep 17 00:00:00 2001 From: Lavender Perry Date: Thu, 9 Sep 2021 20:53:04 -0700 Subject: [PATCH] Add long_description --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c186f32..7199654 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,10 @@ from setuptools import setup setup( name = "pat", - version = "2021.09.09", + version = "2021.09.09.1", description = "Outputs text with rainbow colors.", + long_description = open("readme.md").read(), + long_description_content_type = "text/markdown", url = "https://gitdab.com/endie2/pat", author = "Lavender Perry", author_email = "endie2@protonmail.com",