Skip to content

Commit 9b012e7

Browse files
committed
Refactor: Move client lib to site-packages (1.0.0-6)
1 parent 7735638 commit 9b012e7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

chelon.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Name: chelon
22
Version: 1.0.0
3-
Release: 5%{?dist}
3+
Release: 6%{?dist}
4+
%changelog
5+
* Thu Jan 08 2026 Atomicorp <support@atomicorp.com> - 1.0.0-6
6+
- Move chelon_client.py to site-packages for standard import resolution
47
Summary: Remote GPG package signing service
58

69
License: GPL-2.0-or-later

tools/chelon-sign

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ from typing import Optional, List
2121

2222
# Add tools directory to path
2323
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
24-
# Add standard install path
25-
sys.path.append('/usr/share/chelon/client')
2624

2725
try:
2826
from chelon_client import get_client, ChelonClientError

0 commit comments

Comments
 (0)