From fa844a798b76b09667cccaa569debd8313949d17 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 11 May 2016 11:11:44 +0200 Subject: vici: Add README.rst to be used as description on PyPI --- src/libcharon/plugins/vici/python/setup.py.in | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/libcharon/plugins/vici/python/setup.py.in') 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", -- cgit v1.2.3