Skip to content

Commit

Permalink
setup: set description for pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Nov 13, 2021
1 parent 1eb6d70 commit 753f158
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

from setuptools import setup


with open("README.rst") as fh:
long_description = fh.read()

setup(
name='clize',
version='4.0.3',
description='Turn functions into command-line interfaces',
long_description=long_description,
long_description_content_type='text/x-rst',
license='MIT',
url='https://github.com/epsy/clize',
author='Yann Kaiser',
Expand Down

0 comments on commit 753f158

Please sign in to comment.