File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."""
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ edition.workspace = true
55authors.workspace = true
66license.workspace = true
77repository.workspace = true
8+ description = " Command-line interface for the HypnoScript language runtime and development tooling."
9+ readme = " ../README.md"
810
911[dependencies ]
1012hypnoscript-core = { path = " ../hypnoscript-core" }
You can’t perform that action at this time.
0 commit comments