ec16256079
- app-emacs/ement Matrix client for GNU Emacs - app-emacs/ement-extras My package; among other things, tries to make it easier to use E2EE - app-emacs/defmacro-gensym My package; dependency for app-emacs/ement-extras - app-emacs/plz Dependency for app-emacs/ement - app-emacs/ts Dependency for app-emacs/ement - net-im/pantalaimon Dependency for app-emacs/ement[e2e] net-im category is used because pantalaimon is a transparent proxy - dev-python/janus-0.5 Dependency for net-im/pantalaimon
34 lines
760 B
Diff
34 lines
760 B
Diff
Do not install panctl
|
|
|
|
---
|
|
MANIFEST.in | 1 -
|
|
setup.py | 3 +--
|
|
2 files changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
diff --git a/MANIFEST.in b/MANIFEST.in
|
|
index 86e8433..ee8bc73 100644
|
|
--- a/MANIFEST.in
|
|
+++ b/MANIFEST.in
|
|
@@ -1,4 +1,3 @@
|
|
include contrib/pantalaimon.service
|
|
include doc/man/pantalaimon.8
|
|
include doc/man/pantalaimon.5
|
|
-include doc/man/panctl.1
|
|
diff --git a/setup.py b/setup.py
|
|
index b13317a..e06de1a 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -40,8 +40,7 @@ setup(
|
|
]
|
|
},
|
|
entry_points={
|
|
- "console_scripts": ["pantalaimon=pantalaimon.main:main",
|
|
- "panctl=pantalaimon.panctl:main"],
|
|
+ "console_scripts": ["pantalaimon=pantalaimon.main:main"],
|
|
},
|
|
zip_safe=False
|
|
)
|
|
--
|
|
2.31.1
|
|
|