Skip to content

Commit 7029ce3

Browse files
Fixes installation when Robot Framework is not installed,
now the HTML message is correctly shown.
1 parent c23944b commit 7029ce3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ def is_package(path):
2222
package_data = {
2323
'robotide.preferences': ['settings.cfg'],
2424
'robotide.widgets': ['*.png', '*.ico'],
25-
'robotide.messages': ['*.html']
25+
'robotide.messages': ['*.html'],
26+
'robotide.publish.html': ['no_robot.html']
2627
}
2728

2829
long_description = """

src/robotide/publish/html/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)