Skip to content

Commit

Permalink
Updated setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlauer154 committed Sep 22, 2023
1 parent a538e59 commit 730d154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pymead/optimization/shape_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

from pymead.optimization.sampling import ConstrictedRandomSampling
from pymead.optimization.opt_setup import termination_condition
from pymead.optimization.opt_callback import PlotAirfoilCallback, ParallelCoordsCallback, \
DragPlotCallbackXFOIL, CpPlotCallbackXFOIL, DragPlotCallbackMSES, CpPlotCallbackMSES

import pymoo.core.population
from pymoo.algorithms.moo.unsga3 import UNSGA3
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
],
package_data={"pymead": ["gui/gui_settings/defaults/*.json", "icons/*.png", "icons/*.jpg", "gui/*.json"]},
package_data={"pymead": ["gui/gui_settings/defaults/*.json", "icons/*.png", "icons/*.jpg", "gui/*.json",
"gui/gui_settings/themes/*.json", "gui/gui_settings/*.json"]},
python_requires=">3.10.9",
packages=["pymead", "pymead/core", "pymead/examples", "pymead/utils", "pymead/gui",
"pymead/tests", "pymead/resources", "pymead/analysis", "pymead/data", "pymead/icons",
"pymead/optimization", "pymead/plugins", "pymead/plugins/IGES", "pymead/plugins/NX",
Expand Down

0 comments on commit 730d154

Please sign in to comment.