tacklebox-cli 0.2.4__tar.gz → 0.2.5__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,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tacklebox-cli
3
- Version: 0.2.4
3
+ Version: 0.2.5
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/5b62637e5d3dc489d40003c023e2493415a35c2f.tar.gz
8
8
  Author-email: cswimr <seaswimmerthefsh@gmail.com>
9
9
  License: The MIT License (MIT)
10
10
  =====================
@@ -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.5'
21
+ __version_tuple__ = version_tuple = (0, 2, 5)
File without changes
File without changes
File without changes