github-dependents-info 2.0.0__tar.gz → 2.0.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.
- {github_dependents_info-2.0.0 → github_dependents_info-2.0.1}/PKG-INFO +1 -1
- {github_dependents_info-2.0.0 → github_dependents_info-2.0.1}/pyproject.toml +1 -1
- {github_dependents_info-2.0.0 → github_dependents_info-2.0.1}/LICENSE +0 -0
- {github_dependents_info-2.0.0 → github_dependents_info-2.0.1}/README.md +0 -0
- {github_dependents_info-2.0.0 → github_dependents_info-2.0.1}/github_dependents_info/__init__.py +0 -0
- {github_dependents_info-2.0.0 → github_dependents_info-2.0.1}/github_dependents_info/__main__.py +0 -0
- {github_dependents_info-2.0.0 → github_dependents_info-2.0.1}/github_dependents_info/gh_dependents_info.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-dependents-info
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Collect information about dependencies between a github repo and other repositories. Results available in JSON, markdown and badges.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "github-dependents-info"
|
|
8
|
-
version = "2.0.
|
|
8
|
+
version = "2.0.1"
|
|
9
9
|
description = "Collect information about dependencies between a github repo and other repositories. Results available in JSON, markdown and badges."
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
{github_dependents_info-2.0.0 → github_dependents_info-2.0.1}/github_dependents_info/__init__.py
RENAMED
|
File without changes
|
{github_dependents_info-2.0.0 → github_dependents_info-2.0.1}/github_dependents_info/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|