Add long_description
This commit is contained in:
parent
f62a6129c9
commit
22450e3015
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -2,8 +2,10 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pat",
|
name = "pat",
|
||||||
version = "2021.09.09",
|
version = "2021.09.09.1",
|
||||||
description = "Outputs text with rainbow colors.",
|
description = "Outputs text with rainbow colors.",
|
||||||
|
long_description = open("readme.md").read(),
|
||||||
|
long_description_content_type = "text/markdown",
|
||||||
url = "https://gitdab.com/endie2/pat",
|
url = "https://gitdab.com/endie2/pat",
|
||||||
author = "Lavender Perry",
|
author = "Lavender Perry",
|
||||||
author_email = "endie2@protonmail.com",
|
author_email = "endie2@protonmail.com",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue