Skip to content

Commit eed3163

Browse files
committed
fix: Include js/external in final package content
1 parent a4d9242 commit eed3163

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/usr/bin/env python
22
import os
3-
import re
43
import shutil
54
import urllib.request
65
import zipfile
7-
from codecs import open
86

97
from setuptools import find_packages, setup
108

@@ -99,6 +97,7 @@ def ensure_js_dep_single(url, out_name=None):
9997
"templates/*.html",
10098
"templates/css/*",
10199
"templates/js/*",
100+
"templates/js/external/*",
102101
"templates/external/**/*",
103102
],
104103
},

0 commit comments

Comments
 (0)