diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..df00322 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include COPYING +include urlscan.1 diff --git a/bin/urlscan b/bin/urlscan index f2edfc3..e99fcef 100755 --- a/bin/urlscan +++ b/bin/urlscan @@ -4,7 +4,7 @@ # properly. aka "urlview minus teh suck" # # Copyright (C) 2006-2007 Daniel Burrows -# Copyright (C) 2014 Scott Hansen +# Copyright (C) 2015 Scott Hansen # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/setup.py b/setup.py index db1be42..7d8f869 100755 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ from setuptools import setup setup(name="urlscan", - version="0.8.1", + version="0.8.2", description="View/select the URLs in an email message or file", author="Scott Hansen", author_email="firecat4153@gmail.com", url="https://github.com/firecat53/urlscan", - download_url="https://github.com/firecat53/urlscan/archive/0.8.1.zip", + download_url="https://github.com/firecat53/urlscan/archive/0.8.2.zip", packages=['urlscan'], scripts=['bin/urlscan'], package_data={'urlscan': ['README.rst']}, diff --git a/urlscan.1 b/urlscan.1 index 9c1244a..803b36e 100644 --- a/urlscan.1 +++ b/urlscan.1 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- -.TH URLSCAN 1 "November 10, 2014" +.TH URLSCAN 1 "October 26, 2015" .SH NAME urlscan \- browse the URLs in an email message from a terminal diff --git a/urlscan/urlchoose.py b/urlscan/urlchoose.py index 2915a5c..241b204 100644 --- a/urlscan/urlchoose.py +++ b/urlscan/urlchoose.py @@ -1,5 +1,5 @@ # Copyright (C) 2006-2007 Daniel Burrows -# Copyright (C) 2014 Scott Hansen +# Copyright (C) 2015 Scott Hansen # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/urlscan/urlscan.py b/urlscan/urlscan.py index 3574e76..0233da1 100644 --- a/urlscan/urlscan.py +++ b/urlscan/urlscan.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright (C) 2006-2007 Daniel Burrows -# Copyright (C) 2014 Scott Hansen +# Copyright (C) 2015 Scott Hansen # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as