Skip to content

Commit 8fb840b

Browse files
committed
chore: update package metadata
1 parent f9b0a24 commit 8fb840b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[workspace]
22
members = ["crates/*"]
33
resolver = "2"
4+
5+
[workspace.package]
6+
edition = "2021"
7+
repository = "https://github.com/rdghosal/touml"
8+
authors = ["Rahul D. Ghosal <[email protected]>"]
9+
license = "MIT"

crates/touml-cli/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "touml-cli"
3-
version = "0.1.0"
4-
edition = "2021"
3+
version = "0.1.1"
4+
publish = true
5+
authors = { workspace = true }
6+
edition = { workspace = true }
7+
repository = { workspace = true }
8+
license = { workspace = true }
9+
readme = "../../README.md"
510

611
[[bin]]
712
name = "touml"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
requires-python = ">=3.8"
99
authors = [{name = "Rahul D. Ghosal", email = "[email protected]"}]
1010
maintainers = [{name = "Rahul D. Ghosal", email = "[email protected]"}]
11-
description = "Tool that creates a UML class diagram from classes in a Python module or subpackage."
11+
description = "CLI that creates a UML class diagram from classes in a Python module or subpackage."
1212
readme = "README.md"
1313
license = {text = "MIT License"}
1414
classifiers = [

0 commit comments

Comments
 (0)