Skip to content

Commit 94dc408

Browse files
authored
Merge pull request #11 from projectmesa/fix_setup
fix: Include js/external in final package content
2 parents dc9d562 + eed3163 commit 94dc408

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

@@ -101,6 +99,7 @@ def ensure_js_dep_single(url, out_name=None):
10199
"templates/*.html",
102100
"templates/css/*",
103101
"templates/js/*",
102+
"templates/js/external/*",
104103
"templates/external/**/*",
105104
],
106105
},

0 commit comments

Comments
 (0)