From 1a8c57e9bcaf6b9a109a9cef1ec7cf92969590bb Mon Sep 17 00:00:00 2001 From: Lavender Perry Date: Fri, 10 Sep 2021 16:05:19 -0700 Subject: [PATCH] Rename for PyPI --- readme.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",