[04:13:19] <omry> I have a multilingual project. python code is in a subdir under the root. setup.py is in that dir. when I build I want to include some files from the top level dir. (without copying them). does MANIFEST.in support it? is there any other way? (synlinks are a problem because of Windows and git not really working with them)
[04:15:06] <omry> I tried include ../bin/* , but it does not seem to pick up things from the parent dir.