all repos — py-vite @ c461a52da48a556f0884d31e21bf8dc9883bccce

the original vite, written in python

docs(setup.py): urgh
Anirudh icyph0x@pm.me
Thu, 26 Apr 2018 20:02:26 +0530
commit

c461a52da48a556f0884d31e21bf8dc9883bccce

parent

3c8ae0fe90714ddfc74e53ad25d715435c26f9e4

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

jump to
M setup.pysetup.py

@@ -4,11 +4,11 @@ with open('README.md') as f:

long_description = f.read() setup( + long_description=long_description, + long_description_content_type='text/markdown', 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',