Skip to content

Commit d7273ae

Browse files
committed
include index.html in manifest
1 parent 2b5e64c commit d7273ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
include README.md LICENSE
1+
include README.md LICENSE
2+
recursive-include pyxtermjs *

pyxtermjs/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import shlex
1313

1414

15-
__version__ = "0.4.0.0"
15+
__version__ = "0.4.0.1"
1616

1717
app = Flask(__name__, template_folder=".", static_folder=".", static_url_path="")
1818
app.config["SECRET_KEY"] = "secret!"

0 commit comments

Comments
 (0)