maketool 0.7.8__tar.gz → 0.7.9__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maketool
3
- Version: 0.7.8
3
+ Version: 0.7.9
4
4
  Summary: Python Automation tool for building PySide6 UI and PyInstaller EXE.
5
5
  Author-email: Alan Lilly <panofish@gmail.com>
6
6
  Requires-Python: >=3.7
@@ -322,12 +322,12 @@ def print_missing_imports(entry: Path) -> None:
322
322
  print("-" * len(title))
323
323
 
324
324
  if packages_distributions is None:
325
- print(" (skipped: Python 3.8+ required for packages_distributions())")
325
+ print("(skipped: Python 3.8+ required for packages_distributions())")
326
326
  print()
327
327
  return
328
328
 
329
329
  if not entry.exists() or entry.suffix.lower() != ".py":
330
- print(" (skipped: entry is not a .py file)")
330
+ print("(skipped: entry is not a .py file)")
331
331
  print()
332
332
  return
333
333
 
@@ -347,9 +347,9 @@ def print_missing_imports(entry: Path) -> None:
347
347
 
348
348
  if missing:
349
349
  for m in sorted(missing):
350
- print(f" {m}")
350
+ print(f"{m}")
351
351
  else:
352
- print(" (none)")
352
+ print("(none)")
353
353
  print()
354
354
 
355
355
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maketool
3
- Version: 0.7.8
3
+ Version: 0.7.9
4
4
  Summary: Python Automation tool for building PySide6 UI and PyInstaller EXE.
5
5
  Author-email: Alan Lilly <panofish@gmail.com>
6
6
  Requires-Python: >=3.7
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "maketool"
3
- version = "0.7.8"
3
+ version = "0.7.9"
4
4
  description = "Python Automation tool for building PySide6 UI and PyInstaller EXE."
5
5
  authors = [{ name = "Alan Lilly", email = "panofish@gmail.com" }]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes