README: add mailing list information (and link to Gmane)
[rss2email.git] / setup.py
index 7841570df0316874d191316e4964e4d28a5cdaeb..119e9b01dbe4d52b38c647af6bf1b5bb3a98715d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# This file is part of rss2email.
+#
+# rss2email is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 2 of the License, or (at your option) version 3 of
+# the License.
+#
+# rss2email is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# rss2email.  If not, see <http://www.gnu.org/licenses/>.
+
 "A python script that converts RSS/Atom newsfeeds to email"
 
 import codecs as _codecs
@@ -14,7 +30,7 @@ setup(
     version=__version__,
     maintainer='W. Trevor King',
     maintainer_email='wking@tremily.us',
-    url='https://github.com/wking/rss2email/'
+    url='https://github.com/wking/rss2email/',
     download_url='https://github.com/wking/rss2email/archive/v{}.tar.gz'.format(__version__),
     license='GNU General Public License (GPL)',
     platforms=['all'],