Use myrkdown instead Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 28 May 2020 17:32:10 +0530
2 files changed,
3 insertions(+),
3 deletions(-)
M
requirements.txt
→
requirements.txt
@@ -1,5 +1,5 @@
Jinja2 -markdown2 +git+https://github.com/icyphox/myrkdown MarkupSafe livereload huepy
M
setup.py
→
setup.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': [