Skip to content

Commit

Permalink
setup.py: Don't explicitly include ftdi2. I don't know why I thought …
Browse files Browse the repository at this point in the history
…it wouldn't be included implicitly, since brailleDisplayDrivers have been bundled for a while now.

This means that a user who doesn't need this can still build successfully.
  • Loading branch information
jcsteh committed Dec 28, 2012
1 parent 6e38179 commit e993bd5
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", "ftdi2"],
"includes": ["nvdaBuiltin"],
}},
data_files=[
(".",glob("*.dll")+glob("*.manifest")+["builtin.dic"]),
Expand Down

0 comments on commit e993bd5

Please sign in to comment.