linux-copycache 1.0.1__tar.gz → 1.0.2__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: linux-copycache
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: A lightweight, fast, and reliable clipboard manager for Linux (Ubuntu) mimicking Win+V.
5
5
  Home-page: https://github.com/randhana/linux-clipboard-manager
6
6
  Author: Pulathisi Kariyawasam
@@ -46,7 +46,7 @@ sudo apt install xdotool wtype
46
46
  ## Installation
47
47
  You can install the Clipboard Manager easily via `pip`:
48
48
  ```bash
49
- pip install linux-clipboard-manager
49
+ pip install linux-copycache
50
50
  ```
51
51
 
52
52
  ### System Dependencies
@@ -19,7 +19,7 @@ sudo apt install xdotool wtype
19
19
  ## Installation
20
20
  You can install the Clipboard Manager easily via `pip`:
21
21
  ```bash
22
- pip install linux-clipboard-manager
22
+ pip install linux-copycache
23
23
  ```
24
24
 
25
25
  ### System Dependencies
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="linux-copycache",
8
- version="1.0.1",
8
+ version="1.0.2",
9
9
  author="Pulathisi Kariyawasam",
10
10
  author_email="pulathisi.kariyawasam@gmail.com",
11
11
  description="A lightweight, fast, and reliable clipboard manager for Linux (Ubuntu) mimicking Win+V.",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: linux-copycache
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: A lightweight, fast, and reliable clipboard manager for Linux (Ubuntu) mimicking Win+V.
5
5
  Home-page: https://github.com/randhana/linux-clipboard-manager
6
6
  Author: Pulathisi Kariyawasam
@@ -46,7 +46,7 @@ sudo apt install xdotool wtype
46
46
  ## Installation
47
47
  You can install the Clipboard Manager easily via `pip`:
48
48
  ```bash
49
- pip install linux-clipboard-manager
49
+ pip install linux-copycache
50
50
  ```
51
51
 
52
52
  ### System Dependencies