mg-pso-gui 0.0.14__tar.gz → 0.0.15__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/PKG-INFO +1 -1
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mg_pso_gui.egg-info/PKG-INFO +1 -1
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mg_pso_gui.egg-info/SOURCES.txt +1 -0
- mg-pso-gui-0.0.15/mg_pso_gui.egg-info/entry_points.txt +2 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/setup.py +7 -2
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/LICENSE +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/README.md +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mg_pso_gui.egg-info/dependency_links.txt +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mg_pso_gui.egg-info/requires.txt +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mg_pso_gui.egg-info/top_level.txt +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/BoundsEditorWindow.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/BoundsList.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/CTkToolTip/__init__.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/CTkToolTip/ctk_tooltip.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/CalibrationParametersView.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/FunctionsList.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/GraphGenerator.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/ListParametersView.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/OptionManager.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/PSORunner.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/StaticParameterView.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/StepView.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/__init__.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/best_cost_by_round.png +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/best_cost_stacked.png +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/bounds.json +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/calibrated_params_by_round.png +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/images/collapse.png +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/images/down.png +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/images/expand.png +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/images/trash.png +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/images/up.png +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/mgpsogui.py +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/mgpsogui/table.png +0 -0
- {mg-pso-gui-0.0.14 → mg-pso-gui-0.0.15}/setup.cfg +0 -0
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
import codecs
|
3
3
|
import os
|
4
4
|
|
5
|
-
VERSION = '0.0.
|
5
|
+
VERSION = '0.0.15'
|
6
6
|
DESCRIPTION = 'GUI for MG-PSO'
|
7
7
|
LONG_DESCRIPTION = 'GUI for MG-PSO'
|
8
8
|
|
@@ -38,5 +38,10 @@ setup(
|
|
38
38
|
"Operating System :: Unix",
|
39
39
|
"Operating System :: MacOS :: MacOS X",
|
40
40
|
"Operating System :: Microsoft :: Windows",
|
41
|
-
]
|
41
|
+
],
|
42
|
+
entry_points={
|
43
|
+
'console_scripts': [
|
44
|
+
'mgpsogui=mgpsogui:start',
|
45
|
+
],
|
46
|
+
}
|
42
47
|
)
|
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
|
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
|
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
|