Skip to content

Commit

Permalink
Updated setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Nov 30, 2014
1 parent 0360601 commit f97b90e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
from distutils.core import setup

setup(name="urlscan",
version="0.7.0",
version="0.7.2",
description="View the URLs in an email message",
author="Daniel Burrows",
author_email="dburrows@debian.org",
author="Scott Hansen",
author_email="firecat4153@gmail.com",
packages=['urlscan'],
scripts=['bin/urlscan'],
package_data={'urlscan': ['README.md']},
data_files=[('share/doc/urlscan', ['README.md', 'COPYING']),
package_data={'urlscan': ['README.rst']},
data_files=[('share/doc/urlscan', ['README.rst', 'COPYING']),
('share/man/man1', ['urlscan.1'])],
license="GPLv2",
install_requires=["urwid"]
Expand Down

0 comments on commit f97b90e

Please sign in to comment.