pydzn 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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydzn
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Tiny design-system utilities (Tailwind-like), composable HTML components, and a grid layout builder for Python/Jinja apps.
5
- Author-email: Your Name <you@example.com>
5
+ Author-email: Ryan Kirkish <ryan@foo.com>
6
6
  License: Apache-2.0
7
7
  Project-URL: Homepage, https://github.com/anthonyrka/pydzn
8
8
  Project-URL: Repository, https://github.com/anthonyrka/pydzn
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pydzn"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Tiny design-system utilities (Tailwind-like), composable HTML components, and a grid layout builder for Python/Jinja apps."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = { text = "Apache-2.0" }
12
12
  authors = [
13
- { name = "Your Name", email = "you@example.com" }
13
+ { name = "Ryan Kirkish", email = "ryan@foo.com" }
14
14
  ]
15
15
  keywords = ["design-system", "css", "utility-classes", "jinja2", "components", "grid", "htmx"]
16
16
  classifiers = [
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydzn
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Tiny design-system utilities (Tailwind-like), composable HTML components, and a grid layout builder for Python/Jinja apps.
5
- Author-email: Your Name <you@example.com>
5
+ Author-email: Ryan Kirkish <ryan@foo.com>
6
6
  License: Apache-2.0
7
7
  Project-URL: Homepage, https://github.com/anthonyrka/pydzn
8
8
  Project-URL: Repository, https://github.com/anthonyrka/pydzn
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes