From 5440eb3e925ea7790b9ad2262ae69322034da9b5 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 20 Jan 2020 18:09:48 -0800 Subject: [PATCH] Add the readme content into the pypi description. --- README.md | 4 +++- setup.py | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b6edac..b079f60 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ voussoirkit This is a collection of tools that I use often and import into my other projects. -https://pypi.org/project/voussoirkit/ +# Install + +`pip install voussoirkit` diff --git a/setup.py b/setup.py index 046b7c7..1e5a613 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,8 @@ setuptools.setup( author='voussoir', author_email='pypi@voussoir.net', description='voussoir\'s toolkit', + long_description=open('README.md', 'r').read(), + long_description_content_type='text/markdown', url='https://github.com/voussoir/voussoirkit', install_requires=[ 'pyperclip',