Éric Araujo <mer...@netwok.org> added the comment:

> I forgot one thing: setuptools’ egg_info command does write a list of
> paths, so we can look at how it solved the problem with the RECORD and
> RESOURCES files.

I was wrong: I just checked the output of egg_info, and it does not generate 
files with paths.

So, what do we do?
1) don’t generate RECORD at all → invalid PEP 376
2) generate RECORD with paths to the files in the build dir
3) other?
4) don’t add a build_distinfo command, just run install_distinfo to the build 
dir from the test and develop commands

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12279>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to