diff --git a/setup.py b/setup.py index 7129e86..692832e 100644 --- a/setup.py +++ b/setup.py @@ -10,4 +10,5 @@ setup( entry_points={'console_scripts': [ 'ircbot = ircbot.main:main', ]}, + url = 'https://bitbucket.org/smcquay/ircbot', )