Change readme name so it is included in sdist

This commit is contained in:
Lavender Perry 2021-09-10 16:30:07 -07:00
parent f414113fdb
commit c443532e0d
Signed by untrusted user: elle
GPG key ID: EF8E44AF715C28A0
2 changed files with 2 additions and 7 deletions

View file

@ -1,5 +0,0 @@
# Recommended installation
```pip install patcat```
# Usage
It works exactly like normal cat, except without any flags

View file

@ -2,9 +2,9 @@ from setuptools import setup
setup( setup(
name = "patcat", name = "patcat",
version = "2021.09.10", version = "2021.09.10.1",
description = "Outputs text with rainbow colors.", description = "Outputs text with rainbow colors.",
long_description = open("readme.md").read(), long_description = open("README").read(),
long_description_content_type = "text/markdown", long_description_content_type = "text/markdown",
url = "https://gitdab.com/endie2/pat", url = "https://gitdab.com/endie2/pat",
author = "Lavender Perry", author = "Lavender Perry",