Skip to content

Commit

Permalink
Copyright date update, version bump, added MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Oct 26, 2015
1 parent b7e4789 commit d2b621f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include COPYING
include urlscan.1
2 changes: 1 addition & 1 deletion bin/urlscan
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']},
Expand Down
2 changes: 1 addition & 1 deletion urlscan.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion urlscan/urlchoose.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion urlscan/urlscan.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d2b621f

Please sign in to comment.