all repos — py-vite @ 1ca450f9cfc422a753eb67d12991e0d8cfd80380

the original vite, written in python

Update setup.py with correct readme

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 30 May 2020 13:49:46 +0530
commit

1ca450f9cfc422a753eb67d12991e0d8cfd80380

parent

db7d12b250c4e1e5a887597485f3b2b46c5f4b8e

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

jump to
M setup.pysetup.py

@@ -1,7 +1,7 @@

from setuptools import setup from vite import __version__ -with open('README.md') as f: +with open('readme.md') as f: long_description = f.read() setup(