Cleanup metadata formatting.
authorW. Trevor King <wking@tremily.us>
Thu, 4 Oct 2012 11:52:38 +0000 (07:52 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 4 Oct 2012 11:52:38 +0000 (07:52 -0400)
rss2email.py

index f27401db14f6cd5f7d6cf35721bc475be4a79b21..4183edb223b30d04b15137f2df1f5555da05464c 100755 (executable)
@@ -15,13 +15,20 @@ Usage:
   opmlexport
   opmlimport filename
 """
-__version__ = "2.71"
-__author__ = "Lindsey Smith (lindsey@allthingsrss.com)"
-__copyright__ = "(C) 2004 Aaron Swartz. GNU GPL 2 or 3."
-___contributors__ = ["Dean Jackson", "Brian Lalor", "Joey Hess",
-                     "Matej Cepl", "Martin 'Joey' Schulze",
-                     "Marcel Ackermann (http://www.DreamFlasher.de)",
-                     "Lindsey Smith (maintainer)", "Erik Hetzner", "Aaron Swartz (original author)" ]
+__version__ = '2.71'
+__author__ = 'Lindsey Smith (lindsey@allthingsrss.com)'
+__copyright__ = '(C) 2004 Aaron Swartz. GNU GPL 2 or 3.'
+___contributors__ = [
+    'Dean Jackson',
+    'Brian Lalor',
+    'Joey Hess',
+    'Matej Cepl',
+    "Martin 'Joey' Schulze",
+    'Marcel Ackermann (http://www.DreamFlasher.de)',
+    'Lindsey Smith (maintainer)',
+    'Erik Hetzner',
+    'Aaron Swartz (original author)',
+    ]
 
 import urllib2
 urllib2.install_opener(urllib2.build_opener())