Skip to content

Commit e0afec8

Browse files
authored
use just licenses as the license directory in a wheel (#2181)
1 parent 5b16d53 commit e0afec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module_writer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ pub fn write_dist_info(
13921392
}
13931393

13941394
if !metadata23.license_files.is_empty() {
1395-
let license_files_dir = dist_info_dir.join("license_files");
1395+
let license_files_dir = dist_info_dir.join("licenses");
13961396
writer.add_directory(&license_files_dir)?;
13971397
for path in &metadata23.license_files {
13981398
let filename = path.file_name().with_context(|| {

0 commit comments

Comments
 (0)