added bitbucket url

This commit is contained in:
Stephen McQuay 2013-02-24 20:42:35 -08:00
parent 5324c48a0e
commit 210bef1326
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ setup(
entry_points={'console_scripts': [
'ircbot = ircbot.main:main',
]},
url = 'https://bitbucket.org/smcquay/ircbot',
)