Browse Source

fixed setup.py

tags/v1.0.1^0
Robin Thoni 7 years ago
parent
commit
311c300d30
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      setup.py

+ 4
- 4
setup.py View File

3
 from setuptools import setup
3
 from setuptools import setup
4
 from setuptools import find_packages
4
 from setuptools import find_packages
5
 
5
 
6
-from certbot_pdns.authenticator import Authenticator
7
-
8
 install_requires = [
6
 install_requires = [
9
     'acme',
7
     'acme',
10
     'certbot',
8
     'certbot',
15
 
13
 
16
 setup(
14
 setup(
17
     name='certbot-pdns',
15
     name='certbot-pdns',
18
-    version="1.0.0",
16
+    version="1.0.1",
19
 
17
 
20
     description="Certbot DNS authenticator",
18
     description="Certbot DNS authenticator",
21
-    long_description=Authenticator.MORE_INFO,
19
+    long_description="""\
20
+Authenticator plugin that performs dns-01 challenge by saving
21
+necessary validation resources to appropriate records in a PowerDNS server.""",
22
 
22
 
23
     url='https://git.rthoni.com/robin.thoni/certbot-pdns',
23
     url='https://git.rthoni.com/robin.thoni/certbot-pdns',
24
     author="Robin Thoni",
24
     author="Robin Thoni",

Loading…
Cancel
Save