vici: Update setup.py

This commit is contained in:
Tobias Brunner
2016-05-10 11:42:29 +02:00
parent 756cd28fb8
commit 1ff7ff5ac8
@@ -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="[email protected]",
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",