Hi,
I wonder about the way of making setuptools independent of VCS. After
a fast reading, 2 functions engage the attention :
- prune_file_list (egg_info.py)
- copytree (install_egg_info.py)

These functions manipulate VCS directories (RCS, CVS, .svn). Instead
of listing explicitly each VCS directory, I propose to replace by all
hidden directories (.*). Recents VCS uses them (.git, .svn, .bzr, .hg
...).

Other ideas ?


-- 
Seb
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to