Set workspace description and add python readme

This commit is contained in:
Caelan Sayler
2025-06-15 16:25:30 +01:00
committed by Caelan
parent 3c78aa251b
commit b5ec49762e
7 changed files with 8 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ Write-Host "Python version to $pythonVersion"
# copying README.md
Copy-Item -Path "$scriptDir/README_NUGET.md" -Destination "$scriptDir/src/lib-nodejs/README.md" -Force
Copy-Item -Path "$scriptDir/README_NUGET.md" -Destination "$scriptDir/src/lib-rust/README.md" -Force
Copy-Item -Path "$scriptDir/README_NUGET.md" -Destination "$scriptDir/src/lib-python/README.md" -Force
Set-Location $originalLocation

View File

@@ -17,6 +17,7 @@ authors = ["Velopack Ltd, Caelan Sayler <git@caesay.com>"]
homepage = "https://velopack.io"
repository = "https://github.com/velopack/velopack"
documentation = "https://docs.velopack.io"
description = "Installer and automatic update framework for cross-platform desktop applications"
keywords = ["update", "install", "velopack", "squirrel", "automatic-updates"]
categories = ["development-tools"]
license = "MIT"

View File

@@ -11,7 +11,7 @@ Velopack is an installation and auto-update framework for cross-platform applica
## Documentation
- 📖 [Read the docs](https://docs.velopack.io/)
- ⚡ [Quick start guides](https://docs.velopack.io/category/quick-start)
- ⚡ [Quick start guides](https://docs.velopack.io/category/getting-started)
- 🕶️ [View example apps](https://docs.velopack.io/category/sample-apps)
- 📺 [See website & demo](https://velopack.io/)

View File

@@ -3,6 +3,7 @@
name = "velopack_libc"
publish = false
version.workspace = true
description.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true

View File

@@ -4,6 +4,7 @@ exclude = ["index.node"]
publish = false
version.workspace = true
authors.workspace = true
description.workspace = true
homepage.workspace = true
repository.workspace = true
documentation.workspace = true

View File

@@ -1,8 +1,10 @@
[package]
name = "velopack_python"
publish = false
authors.workspace = true
homepage.workspace = true
repository.workspace = true
description.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true

View File

@@ -1,8 +1,8 @@
[package]
name = "velopack"
description = "Installer and automatic updates for cross-platform desktop applications"
readme = "README.md"
version.workspace = true
description.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true