From b4786d5ebdb3e344dba8f3e08d3562bd29faebe4 Mon Sep 17 00:00:00 2001 From: mrexodia Date: Sun, 26 Jun 2016 10:02:16 +0200 Subject: [PATCH] include x64dbg_editor in release --- swig/setup.py | 7 ++++++- swig/x64dbg_editor/help.py | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 swig/x64dbg_editor/help.py diff --git a/swig/setup.py b/swig/setup.py index bd3bd10..598ed75 100644 --- a/swig/setup.py +++ b/swig/setup.py @@ -24,8 +24,13 @@ def run(self): 'x64dbg_python', 'x64dbg_python.pluginsdk', 'x64dbg_python.pluginsdk._scriptapi', + 'x64dbg_editor', + 'x64dbg_editor.icons', ], - package_data={'x64dbg_python': ['autorun/*']}, + package_data={ + 'x64dbg_python': ['autorun/*'], + 'x64dbg_editor': ['python.api'] + }, ext_modules=[Extension( r'x64dbg_python.pluginsdk._x64dbg', [r'x64dbg.i'], swig_opts=['-Wall', '-c++', '-outputtuple', diff --git a/swig/x64dbg_editor/help.py b/swig/x64dbg_editor/help.py deleted file mode 100644 index fc804ca..0000000 --- a/swig/x64dbg_editor/help.py +++ /dev/null @@ -1 +0,0 @@ -help(pyqt5.qtcore) \ No newline at end of file