django-lucide 1.3.0__tar.gz → 1.3.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.
Files changed (19) hide show
  1. {django_lucide-1.3.0 → django_lucide-1.3.1}/LICENSE +1 -0
  2. {django_lucide-1.3.0/src/django_lucide.egg-info → django_lucide-1.3.1}/PKG-INFO +2 -2
  3. {django_lucide-1.3.0 → django_lucide-1.3.1}/pyproject.toml +2 -2
  4. {django_lucide-1.3.0 → django_lucide-1.3.1/src/django_lucide.egg-info}/PKG-INFO +2 -2
  5. {django_lucide-1.3.0 → django_lucide-1.3.1}/MANIFEST.in +0 -0
  6. {django_lucide-1.3.0 → django_lucide-1.3.1}/README.md +0 -0
  7. {django_lucide-1.3.0 → django_lucide-1.3.1}/setup.cfg +0 -0
  8. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/django_lucide.egg-info/SOURCES.txt +0 -0
  9. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/django_lucide.egg-info/dependency_links.txt +0 -0
  10. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/django_lucide.egg-info/requires.txt +0 -0
  11. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/django_lucide.egg-info/top_level.txt +0 -0
  12. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/lucide/__init__.py +0 -0
  13. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/lucide/_compat.py +0 -0
  14. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/lucide/aliases.json +0 -0
  15. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/lucide/jinja.py +0 -0
  16. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/lucide/lucide.zip +0 -0
  17. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/lucide/py.typed +0 -0
  18. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/lucide/templatetags/__init__.py +0 -0
  19. {django_lucide-1.3.0 → django_lucide-1.3.1}/src/lucide/templatetags/lucide.py +0 -0
@@ -2,6 +2,7 @@ MIT License
2
2
 
3
3
  Copyright (c) 2021 Adam Johnson
4
4
  Copyright (c) 2024 Francisco Macedo
5
+ Copyright (c) 2025 Marcin Wilczyński
5
6
 
6
7
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
8
  of this software and associated documentation files (the "Software"), to deal
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-lucide
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Use lucide in your Django and Jinja templates.
5
- Author-email: Francisco Macedo <me@fmacedo.com>
5
+ Author-email: Marcin Wilczyński <wilczynskiwm@gmail.com>
6
6
  License: MIT
7
7
  Project-URL: Changelog, https://github.com/wilczynskiwm/lucide/blob/main/CHANGELOG.md
8
8
  Project-URL: Repository, https://github.com/wilczynskiwm/lucide
@@ -6,7 +6,7 @@ requires = [
6
6
 
7
7
  [project]
8
8
  name = "django-lucide"
9
- version = "1.3.0"
9
+ version = "1.3.1"
10
10
  description = "Use lucide in your Django and Jinja templates."
11
11
  readme = "README.md"
12
12
  keywords = [
@@ -14,7 +14,7 @@ keywords = [
14
14
  ]
15
15
  license = { text = "MIT" }
16
16
  authors = [
17
- { name = "Francisco Macedo", email = "me@fmacedo.com" },
17
+ { name = "Marcin Wilczyński", email = "wilczynskiwm@gmail.com" },
18
18
  ]
19
19
  requires-python = ">=3.8"
20
20
  classifiers = [
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-lucide
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Use lucide in your Django and Jinja templates.
5
- Author-email: Francisco Macedo <me@fmacedo.com>
5
+ Author-email: Marcin Wilczyński <wilczynskiwm@gmail.com>
6
6
  License: MIT
7
7
  Project-URL: Changelog, https://github.com/wilczynskiwm/lucide/blob/main/CHANGELOG.md
8
8
  Project-URL: Repository, https://github.com/wilczynskiwm/lucide
File without changes
File without changes
File without changes