PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 14th of July, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[04:12:49] <omry> hi all.
[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.