mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
setup.cfg: Document that description-file can contain more than one file
This commit is contained in:
parent
3605030c9b
commit
8474f2901b
3 changed files with 7 additions and 9 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue