cmeel 0.57.0__tar.gz → 0.57.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cmeel might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cmeel
3
- Version: 0.57.0
3
+ Version: 0.57.1
4
4
  Summary: Create Wheel from CMake projects
5
5
  Project-URL: Changelog, https://github.com/cmake-wheel/cmeel/blob/main/CHANGELOG.md
6
6
  Project-URL: Documentation, https://cmeel.readthedocs.io/
@@ -34,7 +34,7 @@ def get_license(conf: Dict[str, Any], dist_info: Optional[Path]) -> List[str]:
34
34
  for lic_file in lic_files:
35
35
  metadata.append(f"License-File: {lic_file}")
36
36
  path_src = Path(lic_file)
37
- path_dst = dist_info / "license" / path_src
37
+ path_dst = dist_info / "licenses" / path_src
38
38
  path_dst.parent.mkdir(parents=True, exist_ok=True)
39
39
  with path_src.open("r") as f_src, path_dst.open("w") as f_dst:
40
40
  f_dst.write(f_src.read())
@@ -35,7 +35,7 @@ license = "BSD-2-Clause"
35
35
  name = "cmeel"
36
36
  readme = "README.md"
37
37
  requires-python = ">=3.8"
38
- version = "0.57.0"
38
+ version = "0.57.1"
39
39
 
40
40
  [project.optional-dependencies]
41
41
  build = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes