python-package-folder 5.1.3__py3-none-any.whl → 5.1.4__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.
@@ -357,6 +357,13 @@ class SubfolderBuildConfig:
357
357
 
358
358
  original_content = original_pyproject.read_text(encoding="utf-8")
359
359
 
360
+ # Read exclude patterns from root pyproject.toml BEFORE moving the file
361
+ exclude_patterns = read_exclude_patterns(original_pyproject)
362
+ print(
363
+ f"INFO: Read exclude patterns from {original_pyproject}: {exclude_patterns}",
364
+ file=sys.stderr,
365
+ )
366
+
360
367
  # Store reference to original
361
368
  self.original_pyproject_path = original_pyproject
362
369
 
@@ -391,13 +398,6 @@ class SubfolderBuildConfig:
391
398
  file=sys.stderr,
392
399
  )
393
400
 
394
- # Read exclude patterns from root pyproject.toml
395
- exclude_patterns = read_exclude_patterns(original_pyproject)
396
- print(
397
- f"INFO: Read exclude patterns from {original_pyproject}: {exclude_patterns}",
398
- file=sys.stderr,
399
- )
400
-
401
401
  if data:
402
402
  # Modify using parsed data
403
403
  if "project" in data:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-package-folder
3
- Version: 5.1.3
3
+ Version: 5.1.4
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,13 +6,13 @@ python_package_folder/manager.py,sha256=Z9RPg0ZQ7jZhmEXfCzX9OrD_oiA5p2Pnm5Y9tgW3
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=wVr7EF3fsT9XSSViyoL2CwSJs-pNKUoUBz86g9JCl70,12444
9
- python_package_folder/subfolder_build.py,sha256=0YJSSVXTmal7He5mcJQZaJShJI2Mbrgigu9ucEYov7E,50208
9
+ python_package_folder/subfolder_build.py,sha256=LBG2IahvjBTIGSrxPCxr-cv-mD36qHQOXvxDGWs5n6c,50231
10
10
  python_package_folder/types.py,sha256=3yeSRR5p_3PDKEAaehW_RJ7NwJHexOIeA08bGaT1iSY,2368
11
11
  python_package_folder/utils.py,sha256=b6Ukcc0fctXdxS5zhGLS86kqn0vz1yOEK7XjCY9fjfY,5621
12
12
  python_package_folder/version.py,sha256=kIDP6S9trEfs9gj7lBYGxrWm4RPssRla24UtlO9Jkh4,9111
13
13
  python_package_folder/version_calculator.py,sha256=KD1tRrdGtDwAwdqbBBdKAskVEDdwFOEDcucHzj0ksWQ,21818
14
- python_package_folder-5.1.3.dist-info/METADATA,sha256=X0qLqovRatbjilANHYsx6lmiYWWadRjdS_koI8FfOLE,7838
15
- python_package_folder-5.1.3.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
16
- python_package_folder-5.1.3.dist-info/entry_points.txt,sha256=ttu4wAhoYSHGhWQNercLz9IVTTpXxhVlRA9vSTvaLe0,91
17
- python_package_folder-5.1.3.dist-info/licenses/LICENSE,sha256=vNgRJh8YiecqZoZld7TtwPI5I72HIymKD9g32fiJjCE,1073
18
- python_package_folder-5.1.3.dist-info/RECORD,,
14
+ python_package_folder-5.1.4.dist-info/METADATA,sha256=fnQ2pgcupL7lp__jX_2chnj5cGhl1Y8iPlIKLoL1O98,7838
15
+ python_package_folder-5.1.4.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
16
+ python_package_folder-5.1.4.dist-info/entry_points.txt,sha256=ttu4wAhoYSHGhWQNercLz9IVTTpXxhVlRA9vSTvaLe0,91
17
+ python_package_folder-5.1.4.dist-info/licenses/LICENSE,sha256=vNgRJh8YiecqZoZld7TtwPI5I72HIymKD9g32fiJjCE,1073
18
+ python_package_folder-5.1.4.dist-info/RECORD,,