publish workspace

This commit is contained in:
Christoph J. Scherr 2023-09-29 18:26:38 +02:00
parent ceb8c98715
commit b30f106772

View file

@ -20,7 +20,7 @@ default-members = [
"members/libpt-math", "members/libpt-math",
] ]
[workspace.package] [workspace.package]
publish = false publish = true
version = "0.1.7" version = "0.1.7"
edition = "2021" edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]
@ -37,7 +37,7 @@ pyo3 = "0.19"
[package] [package]
name = "libpt" name = "libpt"
publish = true publish.workspace = true
version.workspace = true version.workspace = true
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true