python-package-template-pypi 0.5.4__tar.gz → 0.5.6__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,31 +1,12 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: python-package-template-pypi
3
- Version: 0.5.4
3
+ Version: 0.5.6
4
4
  Summary: Python package template configuration.
5
5
  Keywords: python,template,package,github,pypi
6
6
  Author: Daniel Mizsak
7
7
  Author-email: Daniel Mizsak <daniel@mizsak.com>
8
- License: MIT License
9
-
10
- Copyright (c) Daniel Mizsak
11
-
12
- Permission is hereby granted, free of charge, to any person obtaining a copy
13
- of this software and associated documentation files (the "Software"), to deal
14
- in the Software without restriction, including without limitation the rights
15
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
- copies of the Software, and to permit persons to whom the Software is
17
- furnished to do so, subject to the following conditions:
18
-
19
- The above copyright notice and this permission notice shall be included in all
20
- copies or substantial portions of the Software.
21
-
22
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
- SOFTWARE.
8
+ License-Expression: MIT
9
+ License-File: LICENSE
29
10
  Classifier: Programming Language :: Python :: 3 :: Only
30
11
  Classifier: Programming Language :: Python :: 3.12
31
12
  Classifier: Programming Language :: Python :: 3.13
@@ -1,12 +1,14 @@
1
1
  [build-system]
2
- requires = ["uv_build>=0.11,<0.12"]
2
+ requires = ["uv_build>=0.12,<0.13"]
3
3
  build-backend = "uv_build"
4
4
 
5
5
  [project]
6
6
  name = "python-package-template-pypi"
7
- version = "0.5.4"
7
+ version = "0.5.6"
8
8
  description = "Python package template configuration."
9
9
  readme = "README.md"
10
+ license = "MIT"
11
+ license-files = ["LICENSE"]
10
12
  keywords = [
11
13
  "python",
12
14
  "template",
@@ -23,9 +25,6 @@ classifiers = [
23
25
  requires-python = ">=3.12"
24
26
  dependencies = ["numpy>=2.4.4"]
25
27
 
26
- [project.license]
27
- file = "LICENSE"
28
-
29
28
  [[project.authors]]
30
29
  name = "Daniel Mizsak"
31
30
  email = "daniel@mizsak.com"
@@ -37,16 +36,16 @@ Issues = "https://github.com/daniel-mizsak/python-package-template/issues/"
37
36
 
38
37
  [dependency-groups]
39
38
  dev = [
40
- "coverage==7.15.2",
41
- "nox==2026.7.11",
42
- "prek==0.4.11",
39
+ "coverage==7.16.0",
40
+ "nox==2026.8.17",
41
+ "prek==0.5.2",
43
42
  "pytest==9.1.1",
44
- "ruff==0.16.0",
45
- "ty==0.0.63",
43
+ "ruff==0.16.7",
44
+ "ty==0.0.80",
46
45
  ]
47
46
  docs = [
48
- "zensical==0.0.51",
49
- "mkdocstrings-python==2.0.5",
47
+ "zensical==0.0.60",
48
+ "mkdocstrings-python==2.0.8",
50
49
  ]
51
50
 
52
51
  [tool.uv]
@@ -1,15 +1,16 @@
1
1
  # Build System
2
2
  [build-system]
3
- requires = ["uv_build>=0.11,<0.12"]
3
+ requires = ["uv_build>=0.12,<0.13"]
4
4
  build-backend = "uv_build"
5
5
 
6
6
  # Project Metadata
7
7
  [project]
8
8
  name = "python-package-template-pypi" # Name has to be unique on pypi.
9
- version = "0.5.4" # Version set by GitHub release.
9
+ version = "0.5.6" # Version set by GitHub release.
10
10
  description = "Python package template configuration."
11
11
  readme = "README.md"
12
- license = { file = "LICENSE" }
12
+ license = "MIT"
13
+ license-files = ["LICENSE"]
13
14
  authors = [{ name = "Daniel Mizsak", email = "daniel@mizsak.com" }]
14
15
  keywords = ["python", "template", "package", "github", "pypi"]
15
16
  classifiers = [
@@ -28,14 +29,14 @@
28
29
 
29
30
  [dependency-groups]
30
31
  dev = [
31
- "coverage==7.15.2",
32
- "nox==2026.7.11",
33
- "prek==0.4.11",
32
+ "coverage==7.16.0",
33
+ "nox==2026.8.17",
34
+ "prek==0.5.2",
34
35
  "pytest==9.1.1",
35
- "ruff==0.16.0",
36
- "ty==0.0.63",
36
+ "ruff==0.16.7",
37
+ "ty==0.0.80",
37
38
  ]
38
- docs = ["zensical==0.0.51", "mkdocstrings-python==2.0.5"]
39
+ docs = ["zensical==0.0.60", "mkdocstrings-python==2.0.8"]
39
40
 
40
41
  # Tools
41
42
  # Uv