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",