tacklebox-cli 0.2.4__tar.gz → 0.2.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,36 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tacklebox-cli
3
- Version: 0.2.4
3
+ Version: 0.2.6
4
4
  Summary: A small collection of CLI utilities.
5
5
  Project-URL: Homepage, https://c.csw.im/cswimr/tacklebox
6
6
  Project-URL: Issues, https://c.csw.im/cswimr/tacklebox/issues
7
- Project-URL: source_archive, https://c.csw.im/cswimr/tacklebox/archive/d808a4b8b4f6e697fae111ad82ffa49b4d44e668.tar.gz
7
+ Project-URL: source_archive, https://c.csw.im/cswimr/tacklebox/archive/7d8c5beaa8fce3cf47c233f13720ed44548464bd.tar.gz
8
8
  Author-email: cswimr <seaswimmerthefsh@gmail.com>
9
- License: The MIT License (MIT)
10
- =====================
11
-
12
- Copyright © 2025 cswimr
13
-
14
- Permission is hereby granted, free of charge, to any person
15
- obtaining a copy of this software and associated documentation
16
- files (the “Software”), to deal in the Software without
17
- restriction, including without limitation the rights to use,
18
- copy, modify, merge, publish, distribute, sublicense, and/or sell
19
- copies of the Software, and to permit persons to whom the
20
- Software is furnished to do so, subject to the following
21
- conditions:
22
-
23
- The above copyright notice and this permission notice shall be
24
- included in all copies or substantial portions of the Software.
25
-
26
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
27
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
28
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
30
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
31
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
32
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
33
- OTHER DEALINGS IN THE SOFTWARE.
9
+ License-Expression: MIT
34
10
  License-File: LICENSE.md
35
11
  Classifier: License :: OSI Approved :: MIT License
36
12
  Classifier: Programming Language :: Python
@@ -4,7 +4,8 @@ description = "A small collection of CLI utilities."
4
4
  authors = [{ name = "cswimr", email = "seaswimmerthefsh@gmail.com" }]
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
7
- license = { file = "LICENSE.md" }
7
+ license = "MIT"
8
+ license-files = ["LICEN[CS]E*"]
8
9
  classifiers = [
9
10
  "License :: OSI Approved :: MIT License",
10
11
  "Programming Language :: Python",
@@ -262,7 +262,7 @@ def copy(
262
262
  if copy_command:
263
263
  command = copy_command.split(" ")
264
264
 
265
- if use_tooling(ClipboardMode.COPY, command, verbose, data):
265
+ if use_tooling(ClipboardMode.COPY, command, verbose, data)[0]:
266
266
  return
267
267
 
268
268
  if verbose:
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.2.4'
21
- __version_tuple__ = version_tuple = (0, 2, 4)
20
+ __version__ = version = '0.2.6'
21
+ __version_tuple__ = version_tuple = (0, 2, 6)
File without changes
File without changes
File without changes