dotdiff 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dotdiff-0.2.0 → dotdiff-0.2.1}/PKG-INFO +1 -1
- {dotdiff-0.2.0 → dotdiff-0.2.1}/dotdiff.egg-info/PKG-INFO +1 -1
- dotdiff-0.2.1/dotdiff.egg-info/entry_points.txt +2 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/pyproject.toml +2 -2
- dotdiff-0.2.0/dotdiff.egg-info/entry_points.txt +0 -2
- {dotdiff-0.2.0 → dotdiff-0.2.1}/LICENSE +0 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/README.md +0 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/dotdiff/__init__.py +0 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/dotdiff/all_diffs.py +0 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/dotdiff/diff_generator.py +0 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/dotdiff.egg-info/SOURCES.txt +0 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/dotdiff.egg-info/dependency_links.txt +0 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/dotdiff.egg-info/requires.txt +0 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/dotdiff.egg-info/top_level.txt +0 -0
- {dotdiff-0.2.0 → dotdiff-0.2.1}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "dotdiff"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "Generate semantic visual diffs for DOT graph files in Git repos"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Austin Song", email = "austinjsong19@gmail.com" }]
|
|
@@ -16,7 +16,7 @@ dependencies = [
|
|
|
16
16
|
]
|
|
17
17
|
|
|
18
18
|
[project.scripts]
|
|
19
|
-
dotdiff = "dotdiff.all_diffs:
|
|
19
|
+
dotdiff = "dotdiff.all_diffs:main"
|
|
20
20
|
|
|
21
21
|
[tool.setuptools]
|
|
22
22
|
packages = ["dotdiff"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|