Skip to content

Commit 1781855

Browse files
committed
Fix license and add metadata
1 parent fc1faf1 commit 1781855

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "pratdiff"
3+
description = "A colorfull diff tool based on the patience diff algorithm"
4+
repository = "https://github.com/fowles/pratdiff"
35
version = "0.1.0"
46
edition = "2021"
7+
license-file = "LICENSE.md"
8+
keywords = ["diff", "patience"]
9+
categories = ["command-line-utilities", "development-tools", "filesystem"]
10+
exclude = [
11+
"src/testdata",
12+
]
513

614
[dependencies]
715
anstream = "0.6.14"

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright [yyyy] [name of copyright owner]
190+
Copyright 2024 Matt Kulukundis
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)