Skip to content

Commit

Permalink
pyproject.toml : changed setuptools table from [tools.setuptools.pack…
Browse files Browse the repository at this point in the history
…ages.find] to [tools.setuptools], bumped version no. to v0.0.2b5
  • Loading branch information
ClaasRostock committed Nov 5, 2024
1 parent a000603 commit 66e3c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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.2b4"
release = "0.0.2b5"

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

Expand Down
12 changes: 3 additions & 9 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.2b4"
version = "0.0.2b5"
description = "Experimentation tools on top of OSP simulation models."
authors = [
{ name = "Siegfried Eisinger", email = "[email protected]" },
Expand Down Expand Up @@ -53,16 +53,10 @@ editor = [
[project.scripts]
sim_explorer = "sim_explorer.__main__:cli_main"

[tool.setuptools.packages.find]
where = [
".",
]
include = [
[tool.setuptools]
packages = [
"sim_explorer",
]
exclude = [
"test*",
]

[tool.black]
line-length = 120
Expand Down

0 comments on commit 66e3c74

Please sign in to comment.