setup.cfg: Document that description-file can contain more than one file

This commit is contained in:
Éric Araujo 2011-06-11 00:21:18 +02:00
parent 3605030c9b
commit 8474f2901b
3 changed files with 7 additions and 9 deletions

View file

@ -327,7 +327,7 @@ class ConfigTestCase(support.TempdirManager,
self.assertIn('could not import setup_hook', logs[0])
def test_metadata_requires_description_files_missing(self):
self.write_setup({'description-file': 'README\n README2'})
self.write_setup({'description-file': 'README README2'})
self.write_file('README', 'yeah')
self.write_file('README2', 'yeah')
os.mkdir('src')