vici: Update setup.py
This commit is contained in:
@@ -11,15 +11,16 @@ long_description = (
|
|||||||
setup(
|
setup(
|
||||||
name="vici",
|
name="vici",
|
||||||
version="@EGG_VERSION@",
|
version="@EGG_VERSION@",
|
||||||
description="Native python interface for strongSwan VICI",
|
description="Native Python interface for strongSwan's VICI protocol",
|
||||||
author="Bjorn Schuberg",
|
long_description=long_description,
|
||||||
|
author="strongSwan Project",
|
||||||
|
author_email="[email protected]",
|
||||||
url="https://wiki.strongswan.org/projects/strongswan/wiki/Vici",
|
url="https://wiki.strongswan.org/projects/strongswan/wiki/Vici",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
packages=["vici"],
|
packages=["vici"],
|
||||||
long_description=long_description,
|
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
classifiers=(
|
classifiers=(
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Intended Audience :: System Administrators",
|
"Intended Audience :: System Administrators",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
|||||||
Reference in New Issue
Block a user