Tarek Ziadé <ziade.ta...@gmail.com> writes:

> It doesn't make sense to have the list of the files in .svn or .hg
> files. for your package.

Again, why not? If I'm using a VCS for my source files, then the VCS
is the Single Point of Truth for the inventory of source files.

That doesn't mean the VCS metadata goes *into* the source package; it
means that {distutils, setuptools} *queries* the VCS to get the
inventory when building the source package.

> It should be agnostic imho and explicitely defined in the package.

That duplicates state information in multiple locations, which means
it's either going to get out of date, or is mechanically duplicated
for little benefit.

-- 
 \        “Of course, everybody says they're for peace. Hitler was for |
  `\      peace. Everybody is for peace. The question is: what kind of |
_o__)                                peace?” —Noam Chomsky, 1984-05-14 |
Ben Finney

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

Reply via email to