Add the readme content into the pypi description.
This commit is contained in:
parent
27f0ed4c24
commit
5440eb3e92
2 changed files with 5 additions and 1 deletions
|
@ -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`
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in a new issue