diff --git a/readme.md b/readme.md index ffbb265..5a0337c 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Recommended installation -Install using setuptools/pip or copy/symlink the script somewhere you can execute it +```pip install patcat``` # Usage It works exactly like normal cat, except without any flags diff --git a/setup.py b/setup.py index 7199654..52d7893 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from setuptools import setup setup( - name = "pat", - version = "2021.09.09.1", + name = "patcat", + version = "2021.09.10", description = "Outputs text with rainbow colors.", long_description = open("readme.md").read(), long_description_content_type = "text/markdown",