mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Unify setup.py: description/url/author/author_email.
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user