Skip to content

Commit

Permalink
dist scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Dec 19, 2024
1 parent c1b1121 commit a425db2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Empty file modified bin/upgrade-db
100644 → 100755
Empty file.
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.sdist.force-include]
"bin/htmlalyzer.py" = "logpyle/htmlalyzer.py"
"bin/logtool.py" = "logpyle/logtool.py"
"bin/runalyzer.py" = "logpyle/runalyzer.py"
"bin/runalyzer-gather.py" = "logpyle/runalyzer-gather.py"
"bin/upgrade-db.py" = "logpyle/upgrade-db.py"

[tool.hatch.build.targets.wheel.force-include]
"bin/htmlalyzer.py" = "logpyle/htmlalyzer.py"
"bin/logtool.py" = "logpyle/logtool.py"
"bin/runalyzer.py" = "logpyle/runalyzer.py"
"bin/runalyzer-gather.py" = "logpyle/runalyzer-gather.py"
"bin/upgrade-db.py" = "logpyle/upgrade-db.py"

[project]
name = "logpyle"
version = "2023.5"
version = "2024.0"
authors = [
{ name = "Andreas Kloeckner", email = "[email protected]" },
]
Expand Down

0 comments on commit a425db2

Please sign in to comment.