소스 검색

[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' },
 )