Change readme name so it is included in sdist
This commit is contained in:
parent
f414113fdb
commit
c443532e0d
2 changed files with 2 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
||||||
# Recommended installation
|
|
||||||
```pip install patcat```
|
|
||||||
|
|
||||||
# Usage
|
|
||||||
It works exactly like normal cat, except without any flags
|
|
4
setup.py
4
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue