Przeglądaj źródła

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

Jenny Kim 10 lat temu
rodzic
commit
2ab2f92
1 zmienionych plików z 1 dodań i 1 usunięć
  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' },
 )