all repos — py-vite @ a710f74bd573492392834167273eb19fc7d6c47b

the original vite, written in python

Use myrkdown instead

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 28 May 2020 17:32:10 +0530
commit

a710f74bd573492392834167273eb19fc7d6c47b

parent

fc70fcf6ae541afff19d0b5d69d46da4c88ccf43

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

jump to
M requirements.txtrequirements.txt

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

Jinja2 -markdown2 +git+https://github.com/icyphox/myrkdown MarkupSafe livereload huepy
M setup.pysetup.py

@@ -6,7 +6,7 @@ long_description = f.read()

setup( author='Anirudh', - author_email='icyph0x@pm.me', + author_email='x@icyphox.sh', long_description=long_description, long_description_content_type='text/markdown', name='vite',

@@ -16,7 +16,7 @@ url='https://github.com/icyphox/vite',

license='MIT', packages=['vite'], install_requires=[ - 'markdown2', 'Jinja2', 'huepy', 'pygments', 'livereload', + 'myrkdown @ git+https://github.com/icyphox/myrkdown', 'Jinja2', 'huepy', 'pygments', 'livereload', ], entry_points={ 'console_scripts': [