Skip to content

Commit 8cbdfb5

Browse files
update setup.py
1 parent af78462 commit 8cbdfb5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

RTL/templates/test_flask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<body>
5555
<div class="content">
5656
<div class="container">
57-
<img id='qrcode' src="./qrcode.png">
57+
<img id='qrcode' src="./RTL/templates/qrcode.png">
5858
<h1 >MonoPort VR Demo</h1>
5959
<h3>SIGGRAPH Real-Time Live 2020</h3>
6060
<img src="{{ url_for('video_feed') }}">

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
name='monoport',
5+
url='',
6+
description='',
7+
version='1.0.0',
8+
author='Ruilong Li',
9+
author_email='ruilongl@usc.edu',
10+
license='MIT License',
11+
packages=setuptools.find_packages(),
12+
)
13+

0 commit comments

Comments
 (0)