From c443532e0d753b544eb0e52ca03ce2d95f5baea4 Mon Sep 17 00:00:00 2001 From: Lavender Perry Date: Fri, 10 Sep 2021 16:30:07 -0700 Subject: [PATCH] Change readme name so it is included in sdist --- readme.md | 5 ----- setup.py | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index 5a0337c..0000000 --- a/readme.md +++ /dev/null @@ -1,5 +0,0 @@ -# Recommended installation -```pip install patcat``` - -# Usage -It works exactly like normal cat, except without any flags diff --git a/setup.py b/setup.py index 52d7893..ccd9c63 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,9 @@ from setuptools import setup setup( name = "patcat", - version = "2021.09.10", + version = "2021.09.10.1", description = "Outputs text with rainbow colors.", - long_description = open("readme.md").read(), + long_description = open("README").read(), long_description_content_type = "text/markdown", url = "https://gitdab.com/endie2/pat", author = "Lavender Perry",