clipsy 1.7.0__tar.gz → 1.7.1__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.
Files changed (25) hide show
  1. {clipsy-1.7.0/src/clipsy.egg-info → clipsy-1.7.1}/PKG-INFO +1 -1
  2. {clipsy-1.7.0 → clipsy-1.7.1}/pyproject.toml +1 -1
  3. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy/__init__.py +1 -1
  4. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy/__main__.py +1 -0
  5. {clipsy-1.7.0 → clipsy-1.7.1/src/clipsy.egg-info}/PKG-INFO +1 -1
  6. {clipsy-1.7.0 → clipsy-1.7.1}/LICENSE +0 -0
  7. {clipsy-1.7.0 → clipsy-1.7.1}/README.md +0 -0
  8. {clipsy-1.7.0 → clipsy-1.7.1}/setup.cfg +0 -0
  9. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy/app.py +0 -0
  10. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy/config.py +0 -0
  11. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy/models.py +0 -0
  12. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy/monitor.py +0 -0
  13. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy/redact.py +0 -0
  14. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy/storage.py +0 -0
  15. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy/utils.py +0 -0
  16. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy.egg-info/SOURCES.txt +0 -0
  17. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy.egg-info/dependency_links.txt +0 -0
  18. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy.egg-info/entry_points.txt +0 -0
  19. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy.egg-info/requires.txt +0 -0
  20. {clipsy-1.7.0 → clipsy-1.7.1}/src/clipsy.egg-info/top_level.txt +0 -0
  21. {clipsy-1.7.0 → clipsy-1.7.1}/tests/test_app.py +0 -0
  22. {clipsy-1.7.0 → clipsy-1.7.1}/tests/test_monitor.py +0 -0
  23. {clipsy-1.7.0 → clipsy-1.7.1}/tests/test_redact.py +0 -0
  24. {clipsy-1.7.0 → clipsy-1.7.1}/tests/test_storage.py +0 -0
  25. {clipsy-1.7.0 → clipsy-1.7.1}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clipsy
3
- Version: 1.7.0
3
+ Version: 1.7.1
4
4
  Summary: Lightweight clipboard history manager for macOS
5
5
  Author-email: Brendan Conrad <brendan.conrad@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "clipsy"
7
- version = "1.7.0"
7
+ version = "1.7.1"
8
8
  description = "Lightweight clipboard history manager for macOS"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -1,2 +1,2 @@
1
- __version__ = "1.7.0"
1
+ __version__ = "1.7.1"
2
2
  __app_name__ = "Clipsy"
@@ -37,6 +37,7 @@ def create_plist(clipsy_path: str) -> str:
37
37
  <key>ProgramArguments</key>
38
38
  <array>
39
39
  <string>{clipsy_path}</string>
40
+ <string>run</string>
40
41
  </array>
41
42
  <key>RunAtLoad</key>
42
43
  <true/>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clipsy
3
- Version: 1.7.0
3
+ Version: 1.7.1
4
4
  Summary: Lightweight clipboard history manager for macOS
5
5
  Author-email: Brendan Conrad <brendan.conrad@gmail.com>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes