Unify setup.py: description/url/author/author_email.

This commit is contained in:
Jakub Warmuz
2015-09-27 06:23:12 +00:00
parent 20131de9fb
commit b5036e36ad
6 changed files with 28 additions and 2 deletions
+5
View File
@@ -17,7 +17,12 @@ install_requires = [
setup(
name='letsencrypt-apache',
version=version,
description="Apache plugin for Let's Encrypt client",
url='https://github.com/letsencrypt/letsencrypt',
author="Let's Encrypt Project",
author_email='client-dev@letsencrypt.org',
license='Apache License 2.0',
packages=find_packages(),
install_requires=install_requires,
entry_points={