Skip to content

Commit

Permalink
Revert "renamed __main__.py to cli.py, bumped version no. to v0.0.2b6"
Browse files Browse the repository at this point in the history
This reverts commit 03add9d.
  • Loading branch information
ClaasRostock committed Nov 6, 2024
1 parent fc1d1d9 commit fe61d92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Siegfried Eisinger, DNV Simulation Technology Team, SEACo project team"

# The full version, including alpha/beta/rc tags
release = "0.0.2b6"
release = "0.0.2b5"

# -- General configuration ---------------------------------------------------

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sim-explorer"
version = "0.0.2b6"
version = "0.0.2b5"
description = "Experimentation tools on top of OSP simulation models."
authors = [
{ name = "Siegfried Eisinger", email = "Siegfried.Eisinger@DNV.com" },
Expand Down Expand Up @@ -51,13 +51,12 @@ editor = [
]

[project.scripts]
sim_explorer = "sim_explorer.cli:cli_main"
sim_explorer = "sim_explorer.__main__:cli_main"

[tool.setuptools]
packages = [
"sim_explorer",
]
include-package-data = true

[tool.black]
line-length = 120
Expand Down
File renamed without changes.

0 comments on commit fe61d92

Please sign in to comment.