|
41 | 41 | ), |
42 | 42 | ConfigField("author", SetupCfg("metadata", "author"), Metadata("Author")), |
43 | 43 | ConfigField( |
44 | | - "author_email", SetupCfg("metadata", "author_email"), Metadata("Author-email"), |
| 44 | + "author_email", |
| 45 | + SetupCfg("metadata", "author_email"), |
| 46 | + Metadata("Author-email"), |
| 47 | + ), |
| 48 | + ConfigField( |
| 49 | + "license", |
| 50 | + SetupCfg("metadata", "license"), |
| 51 | + Metadata("License"), |
45 | 52 | ), |
46 | | - ConfigField("license", SetupCfg("metadata", "license"), Metadata("License"),), |
47 | 53 | # TODO licence (alternate spelling) |
48 | 54 | # TODO license_file, license_files (setuptools-specific) |
49 | 55 | ConfigField("url", SetupCfg("metadata", "url"), Metadata("Home-page")), |
50 | 56 | ConfigField( |
51 | | - "description", SetupCfg("metadata", "description"), Metadata("Summary"), |
| 57 | + "description", |
| 58 | + SetupCfg("metadata", "description"), |
| 59 | + Metadata("Summary"), |
52 | 60 | ), |
53 | 61 | ConfigField( |
54 | 62 | "long_description", |
|
222 | 230 | SetupCfg("options.packages.find", "include", writer_cls=ListCommaWriter), |
223 | 231 | sample_value=None, |
224 | 232 | ), |
225 | | - ConfigField("pbr", SetupCfg("--unused--", "--unused--"), sample_value=None,), |
| 233 | + ConfigField( |
| 234 | + "pbr", |
| 235 | + SetupCfg("--unused--", "--unused--"), |
| 236 | + sample_value=None, |
| 237 | + ), |
226 | 238 | ConfigField( |
227 | 239 | "pbr__files__packages_root", |
228 | 240 | SetupCfg("files", "packages_root"), |
|
0 commit comments