laser-prynter 0.2.6__tar.gz → 0.2.7__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: laser-prynter
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: terminal/cli/python helpers for colour and pretty-printing
5
5
  Author-email: tmck-code <tmck01@gmail.com>
6
6
  License-Expression: BSD-3-Clause
@@ -8,7 +8,7 @@ Project-URL: Homepage, https://github.com/tmck-code/laser-prynter
8
8
  Project-URL: Issues, https://github.com/tmck-code/laser-prynter/issues
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.13
11
+ Requires-Python: >=3.12
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Dynamic: license-file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: laser-prynter
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: terminal/cli/python helpers for colour and pretty-printing
5
5
  Author-email: tmck-code <tmck01@gmail.com>
6
6
  License-Expression: BSD-3-Clause
@@ -8,7 +8,7 @@ Project-URL: Homepage, https://github.com/tmck-code/laser-prynter
8
8
  Project-URL: Issues, https://github.com/tmck-code/laser-prynter/issues
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.13
11
+ Requires-Python: >=3.12
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Dynamic: license-file
@@ -1,18 +1,18 @@
1
1
  [project]
2
2
  name = "laser-prynter"
3
- version = "0.2.6"
3
+ version = "0.2.7"
4
4
  authors = [
5
5
  { name="tmck-code", email="tmck01@gmail.com" },
6
6
  ]
7
7
  description = "terminal/cli/python helpers for colour and pretty-printing"
8
8
  readme = "README.md"
9
- requires-python = ">=3.13"
9
+ license = "BSD-3-Clause"
10
+ license-files = ["LICENSE"]
11
+ requires-python = ">=3.12"
10
12
  classifiers = [
11
13
  "Programming Language :: Python :: 3",
12
14
  "Operating System :: OS Independent",
13
15
  ]
14
- license = "BSD-3-Clause"
15
- license-files = ["LICENSE"]
16
16
 
17
17
  [project.urls]
18
18
  Homepage = "https://github.com/tmck-code/laser-prynter"
File without changes
File without changes
File without changes