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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dotdiff
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Generate semantic visual diffs for DOT graph files in Git repos
5
5
  Author-email: Austin Song <austinjsong19@gmail.com>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dotdiff
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Generate semantic visual diffs for DOT graph files in Git repos
5
5
  Author-email: Austin Song <austinjsong19@gmail.com>
6
6
  License: MIT
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ dotdiff = dotdiff.all_diffs:main
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dotdiff"
7
- version = "0.2.0"
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:run_on_all_changed_dot_files"
19
+ dotdiff = "dotdiff.all_diffs:main"
20
20
 
21
21
  [tool.setuptools]
22
22
  packages = ["dotdiff"]
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- dotdiff = dotdiff.all_diffs:run_on_all_changed_dot_files
File without changes
File without changes
File without changes
File without changes
File without changes