Skip to content

Commit 22df1df

Browse files
author
Scott Kitterman
committed
Fix spelling error in description
1 parent 43ee346 commit 22df1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run(self):
126126
if tuple(setuptools.__version__.split('.')) < ('36', '4', '0'):
127127
raise Exception('authheaders requires setuptools version 36.4.0 or later')
128128

129-
DESC = """Python module for generating email authentication headers: Authheaders can generate both authentication results header fields and DKIM/ ARC sighatures. It can perform DKIM, SPF, and DMARC validation, and the results are packaged into a single Authentication-Results header. It can also DKIM and ARC sign messages and output the corresponding signature header fields. """
129+
DESC = """Python module for generating email authentication headers: Authheaders can generate both authentication results header fields and DKIM/ ARC signatures. It can perform DKIM, SPF, and DMARC validation, and the results are packaged into a single Authentication-Results header. It can also DKIM and ARC sign messages and output the corresponding signature header fields. """
130130

131131
setup(
132132
name = "authheaders",

0 commit comments

Comments
 (0)