Changeset 53 for branches/2.0.5/turbomail/release.py
- Timestamp:
- 11/05/07 12:38:45 (1 year ago)
- Files:
-
- 1 modified
-
branches/2.0.5/turbomail/release.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.5/turbomail/release.py
r13 r53 3 3 """Release information about the Turbo-Mail mail queue.""" 4 4 5 version = "2.0. 4"5 version = "2.0.5" 6 6 description = "Multi-threaded mail queue manager for TurboGears applications." 7 7 long_description = "TurboMail is a TurboGears extension, meaning that it starts up and shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail." 8 author = " Top Floor Computer Systems Ltd."9 email = " webmaster@topfloor.ca"10 url = "http:// trac.orianagroup.com/turbomail/"8 author = "" 9 email = "alice+turbomail@gothcandy.com" 10 url = "http://www.python-turbomail.org/" 11 11 download_url = "http://cheeseshop.python.org/pypi/TurboMail/" 12 copyright = "© 2006-2007 Top Floor Computer Systems Ltd. "12 copyright = "© 2006-2007 Top Floor Computer Systems Ltd., 2007 Alice Bevan-McGregor, and contributors" 13 13 license="MIT"
