浏览代码

[notebook] Correct entry_point in setup and fix hueversion symlink target

Jenny Kim 10 年之前
父节点
当前提交
5cee1db
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      desktop/libs/notebook/hueversion.py
  2. 2 2
      desktop/libs/notebook/setup.py

+ 1 - 1
desktop/libs/notebook/hueversion.py

@@ -1 +1 @@
-VERSION
+../../../VERSION

+ 2 - 2
desktop/libs/notebook/setup.py

@@ -25,5 +25,5 @@ setup(
       packages = find_packages('src'),
       package_dir = {'': 'src'},
       install_requires = ['setuptools', 'desktop'],
-      entry_points = { 'desktop.sdk.application': 'notebook=notebook' },
-)
+      entry_points = { 'desktop.sdk.lib': 'notebook=notebook' },
+)