python-lucide 0.2.3__tar.gz → 0.2.4__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.
- {python_lucide-0.2.3 → python_lucide-0.2.4}/PKG-INFO +1 -1
- {python_lucide-0.2.3 → python_lucide-0.2.4}/pyproject.toml +1 -1
- {python_lucide-0.2.3 → python_lucide-0.2.4}/src/lucide/config.py +1 -1
- {python_lucide-0.2.3 → python_lucide-0.2.4}/src/lucide/data/lucide-icons.db +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/README.md +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/src/lucide/__init__.py +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/src/lucide/cli.py +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/src/lucide/core.py +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/src/lucide/data/__init__.py +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/src/lucide/db.py +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/src/lucide/dev_utils.py +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/tests/__init__.py +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/tests/cli_test.py +0 -0
- {python_lucide-0.2.3 → python_lucide-0.2.4}/tests/core_test.py +0 -0
|
@@ -4,7 +4,7 @@ This module contains default configuration values used throughout the package.
|
|
|
4
4
|
"""
|
|
5
5
|
|
|
6
6
|
# Default Lucide tag to use when building the icon database
|
|
7
|
-
DEFAULT_LUCIDE_TAG = "0.
|
|
7
|
+
DEFAULT_LUCIDE_TAG = "0.539.0"
|
|
8
8
|
|
|
9
9
|
# Default size for the LRU cache used by lucide_icon function
|
|
10
10
|
DEFAULT_ICON_CACHE_SIZE = 128
|
|
index fa15dc0..15580fc 100644
|
|
|
Binary file
|
|
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
|