all repos — py-vite @ 3c8ae0fe90714ddfc74e53ad25d715435c26f9e4

the original vite, written in python

docs(setup.py): fix long_description
Anirudh icyph0x@pm.me
Thu, 26 Apr 2018 20:01:19 +0530
commit

3c8ae0fe90714ddfc74e53ad25d715435c26f9e4

parent

8a089a5dcc65d62f2b0c196281d72708e92ea948

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M setup.pysetup.py

@@ -7,6 +7,8 @@ setup(

name='vite', version='1.1', description='A simple and minimal static site generator.', + long_description=long_description, + long_description_content_type='text/markdown', packages=['vite'], install_requires=[ 'markdown2', 'Jinja2', 'huepy',