瀏覽代碼

[notebook] Reverting the entry_point so that notebook is included in DESKTOP_APPS global

Jenny Kim 10 年之前
父節點
當前提交
2ab2f92f16
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/notebook/setup.py

+ 1 - 1
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.lib': 'notebook=notebook' },
+      entry_points = { 'desktop.sdk.application': 'notebook=notebook' },
 )