aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/python
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-05-10 11:42:10 +0200
committerTobias Brunner <tobias@strongswan.org>2016-05-10 11:42:29 +0200
commit1ff7ff5ac83b4c2b3686037320695ed3b8277312 (patch)
tree3b2a27c6fc536d6a240444fb83fb88cdcbded10f /src/libcharon/plugins/vici/python
parent756cd28fb8b8ca16dca2897aef9190a4d0893794 (diff)
downloadstrongswan-1ff7ff5ac83b4c2b3686037320695ed3b8277312.tar.bz2
strongswan-1ff7ff5ac83b4c2b3686037320695ed3b8277312.tar.xz
vici: Update setup.py
Diffstat (limited to 'src/libcharon/plugins/vici/python')
-rw-r--r--src/libcharon/plugins/vici/python/setup.py.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/libcharon/plugins/vici/python/setup.py.in b/src/libcharon/plugins/vici/python/setup.py.in
index 0e4ad8236..0e2bf0d55 100644
--- a/src/libcharon/plugins/vici/python/setup.py.in
+++ b/src/libcharon/plugins/vici/python/setup.py.in
@@ -11,15 +11,16 @@ long_description = (
setup(
name="vici",
version="@EGG_VERSION@",
- description="Native python interface for strongSwan VICI",
- author="Bjorn Schuberg",
+ description="Native Python interface for strongSwan's VICI protocol",
+ long_description=long_description,
+ author="strongSwan Project",
+ author_email="info@strongswan.org",
url="https://wiki.strongswan.org/projects/strongswan/wiki/Vici",
license="MIT",
packages=["vici"],
- long_description=long_description,
include_package_data=True,
classifiers=(
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",