Skip to content

Commit 5117c89

Browse files
authored
Merge pull request leixingyu#6 from hannesdelbeke/master
add stylesheet dependency
2 parents c1889da + f67814c commit 5117c89

File tree

24 files changed

+77
-392
lines changed

24 files changed

+77
-392
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools", "setuptools-scm"]
44

55

66
[tool.setuptools]
7-
packages = ["unreal-script-editor"]
7+
packages = ["unreal_script_editor"]
88

99

1010
[project]

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Qt.py
2+
unreal-stylesheet

unreal-script-editor/codeEditor/highlighter/__init__.py

Whitespace-only changes.
-7.67 KB
Binary file not shown.

unreal-script-editor/stylesheet/ue.qss

Lines changed: 0 additions & 350 deletions
This file was deleted.

unreal_script_editor/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""
2+
Unreal Script Editor Widget
3+
"""
4+
5+
# import attributes to expose to the developer
6+
# >>> import unreal_script_editor
7+
# >>> from unreal_script_editor.MY_ATTR
8+
9+
from unreal_script_editor.main import show
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)