We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507b4a8 commit a47f9d8Copy full SHA for a47f9d8
jdk.path
@@ -1,3 +1,4 @@
1
# Specify the path to java and javac here (JDK bin directory).
2
# The first line that does not start with a hash sign will be used.
3
# If a path is not specified, java and javac should be in path.
4
+# Relative paths are taken relative to the script/executable.
setup.py
@@ -13,7 +13,7 @@
13
"asyncio.windows_utils",
14
"engineio.async_threading"],
15
"excludes": ["gevent"],
16
- "include_files": ["static"]
+ "include_files": ["static", "jdk.path", "LICENSE"]
17
}
18
19
0 commit comments