﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
156	setup.py packages= is wrong: use foolscap.logging not foolscap/logging	Brian Warner		"A [http://bugs.python.org/setuptools/issue36 setuptools bug] (see pje's comment in msg381) points out that Foolscap's setup.py is misusing the {{{packages=}}} keyword: the specs call for a list of '''package names''', not paths. So when our setup.py says {{{""foolscap/slicers""}}}, it should really say {{{""foolscap.slicers""}}}. The consequence is that subsequent setuptools consistency checks are messed up, and noisy warning messages appear (and possibly other code fails to believe that Foolscap is really installed).

The fix is pretty simple, we just need to do some testing afterwards.
"	defect	closed	major	0.6.0	packaging	0.4.1	fixed		
