pyloid 0.19.1__tar.gz → 0.19.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyloid
3
- Version: 0.19.1
3
+ Version: 0.19.2
4
4
  Summary:
5
5
  Author: aesthetics-of-record
6
6
  Author-email: 111675679+aesthetics-of-record@users.noreply.github.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyloid"
3
- version = "0.19.1"
3
+ version = "0.19.2"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -200,7 +200,7 @@ def cleanup_after_build(json_path):
200
200
  with open(json_path, 'r', encoding='utf-8') as f:
201
201
  config = json.load(f)
202
202
 
203
- cleanup_patterns = config.get('cleanup_patterns', [])
203
+ cleanup_patterns = config.get('after_build', {}).get('cleanup_patterns', [])
204
204
  if not cleanup_patterns:
205
205
  return True
206
206
 
@@ -2,7 +2,7 @@
2
2
  "name": "pyloid-app",
3
3
  "datas": [
4
4
  ["src-pyloid/icons/", "src-pyloid/icons/"],
5
- ["build-front/", "build-front/"]
5
+ ["dist-front/", "dist-front/"]
6
6
  ],
7
7
  "excludes": [
8
8
  "PySide6.QtQml",
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