Skip to content

Commit c0c6608

Browse files
committed
Korrigiere den Pfad zur Lizenzdatei in der Debian-Paketbeschreibung und füge die Beschreibung sowie die README-Referenz zur Cargo.toml hinzu.
1 parent 357945a commit c0c6608

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rust-build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
[package.metadata.deb]
115115
maintainer = "HypnoScript Team"
116116
copyright = "2025, HypnoScript Team"
117-
license-file = ["LICENSE", "0"]
117+
license-file = ["../LICENSE", "0"]
118118
extended-description = """\
119119
HypnoScript is a programming language designed for hypnotic induction and trance work.
120120
This package provides the Rust-based runtime and CLI tools."""

hypnoscript-cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
77
repository.workspace = true
8+
description = "Command-line interface for the HypnoScript language runtime and development tooling."
9+
readme = "../README.md"
810

911
[dependencies]
1012
hypnoscript-core = { path = "../hypnoscript-core" }

0 commit comments

Comments
 (0)