Browse Source

fix quoting

Gerrit 7 years ago
parent
commit
5629fda855
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      setup.py

+ 1
- 1
setup.py View File

@@ -13,7 +13,7 @@ setup(
13 13
     packages=find_packages(),
14 14
     include_package_data=True,
15 15
     license='AGPLv3',
16
-    description='Postfix' Transport Encryption under Control of the User',
16
+    description="Postfix' Transport Encryption under Control of the User",
17 17
     long_description=README.md,
18 18
     url='https://posttls.com/',
19 19
     author='Hendrik Suenkler',

Loading…
Cancel
Save