|
1 |
| -diff --git a/setup.py b/setup.py |
2 |
| -index e74e6d97..53b2b56a 100644 |
3 |
| ---- a/setup.py |
4 |
| -+++ b/setup.py |
5 |
| -@@ -748,7 +748,7 @@ class my_build_ext(build_ext): |
6 |
| - |
7 |
| - # Not sure how to make this completely generic, and there is no |
8 |
| - # need at this stage. |
9 |
| -- self._build_scintilla() |
10 |
| -+ # self._build_scintilla() |
11 |
| - # Copy cpp lib files needed to create Python COM extensions |
12 |
| - clib_files = ( |
13 |
| - ["win32", "pywintypes%s.lib"], |
14 |
| -@@ -2425,7 +2425,7 @@ packages = [ |
15 |
| - "pythonwin.pywin.framework.editor.color", |
16 |
| - "pythonwin.pywin.idle", |
17 |
| - "pythonwin.pywin.mfc", |
18 |
| -- "pythonwin.pywin.scintilla", |
19 |
| -+ # "pythonwin.pywin.scintilla", |
20 |
| - "pythonwin.pywin.tools", |
21 |
| - "isapi", |
22 |
| - "adodbapi", |
| 1 | +diff --git a/setup.py b/setup.py |
| 2 | +index e74e6d97..53b2b56a 100644 |
| 3 | +--- a/setup.py |
| 4 | ++++ b/setup.py |
| 5 | +@@ -748,7 +748,7 @@ class my_build_ext(build_ext): |
| 6 | + |
| 7 | + # Not sure how to make this completely generic, and there is no |
| 8 | + # need at this stage. |
| 9 | +- self._build_scintilla() |
| 10 | ++ # self._build_scintilla() |
| 11 | + # Copy cpp lib files needed to create Python COM extensions |
| 12 | + clib_files = ( |
| 13 | + ["win32", "pywintypes%s.lib"], |
| 14 | +@@ -2425,7 +2425,7 @@ packages = [ |
| 15 | + "pythonwin.pywin.framework.editor.color", |
| 16 | + "pythonwin.pywin.idle", |
| 17 | + "pythonwin.pywin.mfc", |
| 18 | +- "pythonwin.pywin.scintilla", |
| 19 | ++ # "pythonwin.pywin.scintilla", |
| 20 | + "pythonwin.pywin.tools", |
| 21 | + "isapi", |
| 22 | + "adodbapi", |
0 commit comments