Skip to content

Commit

Permalink
Sort and complete packages entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jondequinor committed Jul 15, 2020
1 parent 320d9eb commit f2ee0ce
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,41 @@ def package_files(directory):
scripts=["ert_shared/bin/ert"],
packages=[
"ert_data",
"ert_logging",
"ert_shared",
"ert_shared.cli",
"ert_shared.models",
"ert_shared.hook_implementations",
"ert_shared.plugins",
"ert_shared.plugins.hook_specifications",
"ert_shared.storage",
"ert_shared.tracker",
"ert_gui",
"ert_gui.ertwidgets",
"ert_gui.ertwidgets.models",
"ert_gui.ide",
"ert_gui.ide.wizards",
"ert_gui.plottery",
"ert_gui.plottery.plots",
"ert_gui.simulation",
"ert_gui.tools",
"ert_gui.ertwidgets.models",
"ert_shared.ide.completers",
"ert_shared.ide.keywords",
"ert_gui.ide.wizards",
"ert_shared.ide.keywords.data",
"ert_shared.ide.keywords.definitions",
"ert_gui.plottery.plots",
"ert_gui.tools.export",
"ert_gui.tools.file",
"ert_gui.tools.help",
"ert_gui.tools.ide",
"ert_gui.tools.load_results",
"ert_gui.tools.manage_cases",
"ert_gui.tools.plot",
"ert_gui.tools.plot.customize",
"ert_gui.tools.plot.widgets",
"ert_gui.tools.plugins",
"ert_gui.tools.run_analysis",
"ert_gui.tools.workflows",
"ert_gui.tools.plot.customize",
"ert_gui.tools.plot.widgets",
"ert_logging",
"ert_shared",
"ert_shared.cli",
"ert_shared.hook_implementations",
"ert_shared.ide",
"ert_shared.ide.completers",
"ert_shared.ide.keywords",
"ert_shared.ide.keywords.data",
"ert_shared.ide.keywords.definitions",
"ert_shared.models",
"ert_shared.plugins",
"ert_shared.plugins.hook_specifications",
"ert_shared.storage",
"ert_shared.tracker"
],
package_data={"ert_gui": extra_files, "ert_logging": logging_configuration},
include_package_data=True,
Expand Down

0 comments on commit f2ee0ce

Please sign in to comment.