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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Scott Kitterman
  • Date: 2011-08-11 14:19:29 UTC
  • Revision ID: scott@kitterman.com-20110811141929-jzaq531tgxq2afuw
* Change classifier status to Beta.
* Fix mixed tab/space issue in setup.py
* Update copyright information
* Fill out CHANGES a bit more

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
      py_modules=['authres',],
26
26
      keywords = ['dkim', 'spf','email','authentication', 'rfc5451',],
27
27
      classifiers = [
28
 
        'Development Status :: 3 - Alpha',
29
 
        'Environment :: No Input/Output (Daemon)',
30
 
        'Intended Audience :: Developers',
31
 
        'License :: OSI Approved :: Apache Software License',
32
 
        'Natural Language :: English',
33
 
        'Operating System :: OS Independent',
34
 
        'Programming Language :: Python',
35
 
        'Topic :: Communications :: Email :: Mail Transport Agents',
36
 
        'Topic :: Communications :: Email :: Filters',
37
 
        'Topic :: Software Development :: Libraries :: Python Modules',
 
28
        'Development Status :: 4 - Beta',
 
29
        'Environment :: No Input/Output (Daemon)',
 
30
        'Intended Audience :: Developers',
 
31
        'License :: OSI Approved :: Apache Software License',
 
32
        'Natural Language :: English',
 
33
        'Operating System :: OS Independent',
 
34
        'Programming Language :: Python',
 
35
        'Programming Language :: Python :: 3'
 
36
        'Topic :: Communications :: Email :: Mail Transport Agents',
 
37
        'Topic :: Communications :: Email :: Filters',
 
38
        'Topic :: Software Development :: Libraries :: Python Modules',
38
39
      ],
39
40
)