python-package-folder 3.0.0__py3-none-any.whl → 3.0.1__py3-none-any.whl

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.
@@ -251,6 +251,13 @@ class SubfolderBuildConfig:
251
251
  temp_pyproject_path.write_text(adjusted_content, encoding="utf-8")
252
252
  self.temp_pyproject = temp_pyproject_path
253
253
 
254
+ # Print the temporary pyproject.toml content for debugging
255
+ print("\n" + "=" * 80)
256
+ print("Temporary pyproject.toml content (from subfolder pyproject.toml):")
257
+ print("=" * 80)
258
+ print(adjusted_content)
259
+ print("=" * 80 + "\n")
260
+
254
261
  # If original pyproject.toml exists, temporarily move it
255
262
  if original_pyproject.exists():
256
263
  backup_path = self.project_root / "pyproject.toml.original"
@@ -357,6 +364,13 @@ class SubfolderBuildConfig:
357
364
  temp_pyproject_path = self.project_root / "pyproject.toml.temp"
358
365
  temp_pyproject_path.write_text(modified_content, encoding="utf-8")
359
366
 
367
+ # Print the temporary pyproject.toml content for debugging
368
+ print("\n" + "=" * 80)
369
+ print("Temporary pyproject.toml content (created from parent):")
370
+ print("=" * 80)
371
+ print(modified_content)
372
+ print("=" * 80 + "\n")
373
+
360
374
  # Move temp file to pyproject.toml for the build
361
375
  temp_pyproject_path.rename(original_pyproject)
362
376
  self.temp_pyproject = original_pyproject
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-package-folder
3
- Version: 3.0.0
3
+ Version: 3.0.1
4
4
  Summary: Python package to automatically package and build a folder, fetching all relevant dependencies.
5
5
  Project-URL: Repository, https://github.com/alelom/python-package-folder
6
6
  Author-email: Alessio Lombardi <work@alelom.com>
@@ -6,12 +6,12 @@ python_package_folder/manager.py,sha256=L-NRTUd0q-qhhEXUCPcddRyR736-GpPf2gwznmnM
6
6
  python_package_folder/publisher.py,sha256=TSjdOvxvnWLbJCnduTK_xZBRfvsrq9kpEH-sfebeWkU,13507
7
7
  python_package_folder/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  python_package_folder/python_package_folder.py,sha256=RPsqRcIy_LjzzTHdp4qdtFJ4-4xhtR_0YLIC0RlUxFo,8841
9
- python_package_folder/subfolder_build.py,sha256=LMiJ4Ck6PW1x3hmiSK-9fDH4Q6RrHqot4drx4lise3E,35310
9
+ python_package_folder/subfolder_build.py,sha256=VDWgrXgUa7qTXl2Sjbn7vEqbo8vP_aHtHPiUIGfqvug,35862
10
10
  python_package_folder/types.py,sha256=3yeSRR5p_3PDKEAaehW_RJ7NwJHexOIeA08bGaT1iSY,2368
11
11
  python_package_folder/utils.py,sha256=lIkWsFKeAYAJ9TDUM99T4pUBHJVbUvCdUgkWQN-LUho,3111
12
12
  python_package_folder/version.py,sha256=kIDP6S9trEfs9gj7lBYGxrWm4RPssRla24UtlO9Jkh4,9111
13
- python_package_folder-3.0.0.dist-info/METADATA,sha256=DsJAvoMfHj8niWclBlzrM8ubRsX92k43kRl7cZVwwjg,33282
14
- python_package_folder-3.0.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
15
- python_package_folder-3.0.0.dist-info/entry_points.txt,sha256=ttu4wAhoYSHGhWQNercLz9IVTTpXxhVlRA9vSTvaLe0,91
16
- python_package_folder-3.0.0.dist-info/licenses/LICENSE,sha256=vNgRJh8YiecqZoZld7TtwPI5I72HIymKD9g32fiJjCE,1073
17
- python_package_folder-3.0.0.dist-info/RECORD,,
13
+ python_package_folder-3.0.1.dist-info/METADATA,sha256=8vHC065eFngdamxOli4Ss6n2ydvAalypii38vxdeYf8,33282
14
+ python_package_folder-3.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
15
+ python_package_folder-3.0.1.dist-info/entry_points.txt,sha256=ttu4wAhoYSHGhWQNercLz9IVTTpXxhVlRA9vSTvaLe0,91
16
+ python_package_folder-3.0.1.dist-info/licenses/LICENSE,sha256=vNgRJh8YiecqZoZld7TtwPI5I72HIymKD9g32fiJjCE,1073
17
+ python_package_folder-3.0.1.dist-info/RECORD,,