jc-debug 0.1.0__tar.gz → 0.1.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.
- {jc_debug-0.1.0/src/jc_debug.egg-info → jc_debug-0.1.1}/PKG-INFO +2 -2
- {jc_debug-0.1.0 → jc_debug-0.1.1}/pyproject.toml +2 -2
- {jc_debug-0.1.0 → jc_debug-0.1.1/src/jc_debug.egg-info}/PKG-INFO +2 -2
- {jc_debug-0.1.0 → jc_debug-0.1.1}/LICENSE +0 -0
- {jc_debug-0.1.0 → jc_debug-0.1.1}/README.md +0 -0
- {jc_debug-0.1.0 → jc_debug-0.1.1}/setup.cfg +0 -0
- {jc_debug-0.1.0 → jc_debug-0.1.1}/src/debug/__init__.py +0 -0
- {jc_debug-0.1.0 → jc_debug-0.1.1}/src/jc_debug.egg-info/SOURCES.txt +0 -0
- {jc_debug-0.1.0 → jc_debug-0.1.1}/src/jc_debug.egg-info/dependency_links.txt +0 -0
- {jc_debug-0.1.0 → jc_debug-0.1.1}/src/jc_debug.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: jc-debug
|
3
|
-
Version: 0.1.
|
4
|
-
Summary:
|
3
|
+
Version: 0.1.1
|
4
|
+
Summary: Makes debugging to the console both simpler and much more powerful.
|
5
5
|
Author-email: Jeff Clough <jeff@cloughcottage.com>
|
6
6
|
License: MIT License
|
7
7
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "jc-debug"
|
7
|
-
version = "0.1.
|
7
|
+
version = "0.1.1" # Consider using a proper versioning scheme
|
8
8
|
authors = [
|
9
9
|
{ name="Jeff Clough", email="jeff@cloughcottage.com" },
|
10
10
|
]
|
11
|
-
description = "
|
11
|
+
description = "Makes debugging to the console both simpler and much more powerful."
|
12
12
|
readme = "README.md"
|
13
13
|
license = { file="LICENSE" }
|
14
14
|
requires-python = ">=3.11"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: jc-debug
|
3
|
-
Version: 0.1.
|
4
|
-
Summary:
|
3
|
+
Version: 0.1.1
|
4
|
+
Summary: Makes debugging to the console both simpler and much more powerful.
|
5
5
|
Author-email: Jeff Clough <jeff@cloughcottage.com>
|
6
6
|
License: MIT License
|
7
7
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|