vici: Update setup.py
This commit is contained 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="[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",
|
||||
|
||||
Reference in New Issue
Block a user