diff options
author | Björn Schuberg <bjorn.schuberg@gmail.com> | 2015-03-09 12:28:02 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2015-03-18 13:59:15 +0100 |
commit | 2e74aa0a91e6f8e949a98f6069e210bcfbfdbd19 (patch) | |
tree | 95926dcc18cc27a19744902d7fe6b6f44f8b19c4 /src/libcharon/plugins/vici/python/setup.py.in | |
parent | c7e3c5943fc152dd02ea156221b8d7b30c238921 (diff) | |
download | strongswan-2e74aa0a91e6f8e949a98f6069e210bcfbfdbd19.tar.bz2 strongswan-2e74aa0a91e6f8e949a98f6069e210bcfbfdbd19.tar.xz |
vici: Add support for python 3
Diffstat (limited to 'src/libcharon/plugins/vici/python/setup.py.in')
-rw-r--r-- | src/libcharon/plugins/vici/python/setup.py.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcharon/plugins/vici/python/setup.py.in b/src/libcharon/plugins/vici/python/setup.py.in index 9b8556595..0e4ad8236 100644 --- a/src/libcharon/plugins/vici/python/setup.py.in +++ b/src/libcharon/plugins/vici/python/setup.py.in @@ -25,6 +25,9 @@ setup( "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.2", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", "Topic :: Security", "Topic :: Software Development :: Libraries", ) |