Skip to content

Commit a47f9d8

Browse files
committed
setup.py: +jdk.path +LICENSE
1 parent 507b4a8 commit a47f9d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jdk.path

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Specify the path to java and javac here (JDK bin directory).
22
# The first line that does not start with a hash sign will be used.
33
# 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"asyncio.windows_utils",
1414
"engineio.async_threading"],
1515
"excludes": ["gevent"],
16-
"include_files": ["static"]
16+
"include_files": ["static", "jdk.path", "LICENSE"]
1717
}
1818
}
1919

0 commit comments

Comments
 (0)