##// END OF EJS Templates
Fix bug in our specification of data_files....
Fix bug in our specification of data_files. As best I can tell, we've been mis-specifying data_files for ages. For some reason with a plain setup.py it worked fine, but using a customized cmdclass for build_py, the error shows up. The problem was that we were returning a list of triples for data_files, and the spec clearly says they must be pairs: http://docs.python.org/distutils/setupscript.html?highlight=data_files#installing-additional-files
Fernando Perez -
r3205:3613aa4c
Show More
Name Size Modified Last Commit Author
/ docs / source / development
figs
gitwash
coding_guide.txt Loading ...
contributing.txt Loading ...
doc_guide.txt Loading ...
frontend-kernel.png Loading ...
frontend-kernel.svg Loading ...
index.txt Loading ...
inputhook_app.txt Loading ...
ipgraph.txt Loading ...
ipython_qt.txt Loading ...
ipythonzmq.txt Loading ...
magic_blueprint.txt Loading ...
messaging.txt Loading ...
notification_blueprint.txt Loading ...
parallel_connections.txt Loading ...
parallel_messages.txt Loading ...
release.txt Loading ...
reorg.txt Loading ...
roadmap.txt Loading ...
session_format.txt Loading ...
testing.txt Loading ...