Skip to content

Commit

Permalink
setup.py: Explicitly include ftdi2 in the bundle, as it isn't implici…
Browse files Browse the repository at this point in the history
…tly included.

Fixes #2684.
  • Loading branch information
jcsteh committed Oct 15, 2012
1 parent b77393b commit 7ac59a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/setup.py
Expand Up @@ -174,7 +174,7 @@ def getRecursiveDataFiles(dest,source,excludes=()):
"excludes": ["comInterfaces", "Tkinter",
"serial.loopback_connection", "serial.rfc2217", "serial.serialcli", "serial.serialjava", "serial.serialposix", "serial.socket_connection"],
"packages": ["NVDAObjects","virtualBuffers","appModules","brailleDisplayDrivers","synthDrivers"],
"includes": ["nvdaBuiltin"],
"includes": ["nvdaBuiltin", "ftdi2"],
}},
data_files=[
(".",glob("*.dll")+glob("*.manifest")+["builtin.dic"]),
Expand Down

0 comments on commit 7ac59a5

Please sign in to comment.