all repos — py-vite @ 8a089a5dcc65d62f2b0c196281d72708e92ea948

the original vite, written in python

docs(setup.py): read long_description from README.md
Anirudh icyph0x@pm.me
Thu, 26 Apr 2018 19:51:35 +0530
commit

8a089a5dcc65d62f2b0c196281d72708e92ea948

parent

8c8b96f8c6456465d7eca4e383ab0006a94f4aa2

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

jump to
M setup.pysetup.py

@@ -1,5 +1,8 @@

from setuptools import setup +with open('README.md') as f: + long_description = f.read() + setup( name='vite', version='1.1',