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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Scott Kitterman
  • Date: 2014-06-25 10:20:14 UTC
  • Revision ID: scott@kitterman.com-20140625102014-vfsd1jptyrds24kk
Tags: 0.700
 * Updated README and docstrings to refer to RFC 7001 in addition to RFC 5451

Show diffs side-by-side

added added

removed removed

Lines of Context:
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'],
 
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)',