~ar-python-hackers/authentication-results-python/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Scott Kitterman
  • Date: 2016-12-11 05:52:42 UTC
  • Revision ID: scott@kitterman.com-20161211055242-molq08jlvoa07tj0
  + Add support for RFC 7601 use of SMTP auth with the mailfrom property

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
from distutils.core import setup
17
17
 
18
18
setup(name='authres',
19
 
      version='1.0.1',
 
19
      version='0.800',
20
20
      description='authres - Authentication Results Header Module',
21
21
      author='Julian Mehnle, Scott Kitterman',
22
22
      author_email='julian@mehnle.net',
24
24
      license='Apache 2.0',
25
25
      packages = ['authres',],
26
26
      package_data = {'authres': ['tests']},
27
 
      keywords = ['dkim', 'spf', 'dmarc', 'email', 'authentication', 'rfc5451', 'rfc7001', 'rfc7601'],
 
27
      keywords = ['dkim', 'spf', 'dmarc', 'email', 'authentication', 'rfc5451', 'rfc7001'],
28
28
      classifiers = [
29
29
        'Development Status :: 5 - Production/Stable',
30
30
        'Environment :: No Input/Output (Daemon)',