Skip to content

Commit

Permalink
added URLs to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tattoo committed Mar 31, 2014
1 parent 0cdd117 commit 5d6c0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
version = VERSION,
author = 'Robot Framework Developers',
author_email = 'robotframework@gmail.com',
url = 'TODO',
download_url = 'TODO',
url = 'https://github.com/robotframework/DbBot',
download_url = 'https://pypi.python.org/pypi/dbbot',
license = 'Apache License 2.0',
description = 'A tool for serializing Robot Framework test run '
'results into an sqlite3 database.',
Expand Down

0 comments on commit 5d6c0f8

Please sign in to comment.