File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414from pyqode .core import style as core_style
1515from pyqode .python import style
1616from pyqode .python .frontend import modes as pymodes
17+ from pyqode .python .frontend .modes .syntax_highlighter import DEFAULT_DARK_STYLES
18+ from pyqode .python .frontend .modes .syntax_highlighter import \
19+ DEFAULT_LIGHT_STYLES
1720from pyqode .python .frontend import panels as pypanels
1821from pyqode .python .frontend .ui import pyqode_python_icons_rc
1922
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ def readme():
2929 version = read_version (),
3030 packages = find_packages (),
3131 keywords = ["CodeEdit PySide PyQt code editor widget python" ],
32- # package_data={'pyqode.python.ui': ['*.ui', 'rc/*']},
3332 package_dir = {'pyqode' : 'pyqode' },
3433 url = 'https://github.com/pyQode/pyqode.python' ,
3534 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments