Rename for PyPI

This commit is contained in:
Lavender Perry 2021-09-10 16:05:19 -07:00
parent 22450e3015
commit 1a8c57e9bc
Signed by untrusted user: elle
GPG Key ID: EF8E44AF715C28A0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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