aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/python/setup.py.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-05-11 11:11:44 +0200
committerTobias Brunner <tobias@strongswan.org>2016-05-11 11:16:43 +0200
commitfa844a798b76b09667cccaa569debd8313949d17 (patch)
tree0279185b7c25678546b4b85800a5533f69ed7196 /src/libcharon/plugins/vici/python/setup.py.in
parent5d5ecd8e72d173b78424094e71fd0bc1f6e0c929 (diff)
downloadstrongswan-fa844a798b76b09667cccaa569debd8313949d17.tar.bz2
strongswan-fa844a798b76b09667cccaa569debd8313949d17.tar.xz
vici: Add README.rst to be used as description on PyPI
Diffstat (limited to 'src/libcharon/plugins/vici/python/setup.py.in')
-rw-r--r--src/libcharon/plugins/vici/python/setup.py.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/libcharon/plugins/vici/python/setup.py.in b/src/libcharon/plugins/vici/python/setup.py.in
index 0e2bf0d55..62b0c5899 100644
--- a/src/libcharon/plugins/vici/python/setup.py.in
+++ b/src/libcharon/plugins/vici/python/setup.py.in
@@ -1,12 +1,7 @@
from setuptools import setup
-
-long_description = (
- "The strongSwan VICI protocol allows external application to monitor, "
- "configure and control the IKE daemon charon. This python package provides "
- "a native client side implementation of the VICI protocol, well suited to "
- "script automated tasks in a reliable way."
-)
+with open('README.rst') as file:
+ long_description = file.read()
setup(
name="vici",