浏览代码

Update the files in setup.py

Steven Silvester 8 年之前
父节点
当前提交
960ded2923
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -86,8 +86,8 @@ class NPM(Command):
 
     # Representative files that should exist after a successful build
     targets = [
-        os.path.join(here, 'jupyterlab', 'build', 'lab.css'),
-        os.path.join(here, 'jupyterlab', 'build', 'lab.bundle.js'),
+        os.path.join(here, 'jupyterlab', 'build', 'jupyterlab.css'),
+        os.path.join(here, 'jupyterlab', 'build', 'jupyterlab.bundle.js'),
     ]
 
     def initialize_options(self):