Rename for PyPI
This commit is contained in:
parent
22450e3015
commit
1a8c57e9bc
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
4
setup.py
4
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue