setupEM 0.3.3__tar.gz → 0.3.4__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: setupEM
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Python tool for configuration of gds2palace workflow with GUI.
5
5
  Author-email: Volker Muehlhaus <volker@muehlhaus.com>
6
6
  Requires-Python: >=3.9
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "setupEM"
7
- version = "0.3.3"
7
+ version = "0.3.4"
8
8
  description = "Python tool for configuration of gds2palace workflow with GUI."
9
9
  readme = "README.md"
10
10
  authors = [
@@ -38,7 +38,7 @@ from PySide6.QtCore import Qt, QRegularExpression, QProcess, QRect, QStandardPat
38
38
  from gds2palace import *
39
39
 
40
40
  # shared building blocks used by both setupEM.py and setupThermal.py
41
- from setup_common import (
41
+ from .setup_common import (
42
42
  EDIT_STYLE_OPTIONAL, EDIT_STYLE_REQUIRED, COMBO_STYLE_REQUIRED, COMBO_STYLE_OPTIONAL,
43
43
  FileDropLineEdit, FileInputTab, PythonHighlighter, CodeEditor,
44
44
  VectorWidget, PopUpWindow, CreateModelTabBase, MainWindowBase,
@@ -38,7 +38,7 @@ from PySide6.QtCore import Qt, QRegularExpression, QProcess, QRect, QStandardPat
38
38
  from gds2palace import *
39
39
 
40
40
  # shared building blocks used by both setupEM.py and setupThermal.py
41
- from setup_common import (
41
+ from .setup_common import (
42
42
  EDIT_STYLE_OPTIONAL, EDIT_STYLE_REQUIRED, COMBO_STYLE_REQUIRED, COMBO_STYLE_OPTIONAL,
43
43
  FileDropLineEdit, FileInputTab, PythonHighlighter, CodeEditor,
44
44
  VectorWidget, PopUpWindow, CreateModelTabBase, MainWindowBase,
@@ -46,7 +46,7 @@ from PySide6.QtGui import QColor, QFontMetrics, QKeySequence, QAction
46
46
  from PySide6.QtCore import Qt, QTimer, Signal
47
47
 
48
48
  from gds2palace import stackup_reader, stackup_writer
49
- from setup_common import VectorWidget
49
+ from .setup_common import VectorWidget
50
50
 
51
51
 
52
52
  # ------------------------------------------------------------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setupEM
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Python tool for configuration of gds2palace workflow with GUI.
5
5
  Author-email: Volker Muehlhaus <volker@muehlhaus.com>
6
6
  Requires-Python: >=3.9
File without changes
File without changes
File without changes
File without changes