Skip to content

Commit 0b29bf1

Browse files
committed
Rename project to difflib-parser
1 parent 87d6efa commit 0b29bf1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# diffparser
1+
# difflib-parser
22

3-
Parser for Python's difflib. Built on top of https://github.com/yebrahim/difflibparser/blob/master/difflibparser.py
3+
Parser for Python's `difflib`. Built on top of https://github.com/yebrahim/difflibparser/blob/master/difflibparser.py
44

55
Key changes made to the above library:
66

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "diffparser"
7-
version = "0.0.1"
6+
name = "difflib-parser"
7+
version = "0.0.3"
88
authors = [{ name = "Jiahao, Woo", email = "woojiahao1234@gmail.com" }]
99
description = "Lightweight Python package for parsing Python difflib's diff results"
1010
readme = "README.md"
@@ -18,5 +18,5 @@ classifiers = [
1818
license.file = "LICENSE"
1919

2020
[project.urls]
21-
Homepage = "https://github.com/git-mastery/diffparser"
22-
Issues = "https://github.com/git-mastery/diffparser/issues"
21+
Homepage = "https://github.com/git-mastery/difflib-parser"
22+
Issues = "https://github.com/git-mastery/difflib-parser/issues"

0 commit comments

Comments
 (0)