My take on installing entry_points.txt is to add a {dist-info}
category in [files] resources = to copy extra files into the
.dist-info dir...How do I write entry_points.txt when it is given as an argument to setup(entry_points=...)? Should I write a build command hook to write the file and a setup_hook to append the new file to [files] resources = so it will finally be copied? _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
