added bitbucket url

This commit is contained in:
sm
2013-02-24 20:42:35 -08:00
parent 5324c48a0e
commit 210bef1326
+1
View File
@@ -10,4 +10,5 @@ setup(
entry_points={'console_scripts': [ entry_points={'console_scripts': [
'ircbot = ircbot.main:main', 'ircbot = ircbot.main:main',
]}, ]},
url = 'https://bitbucket.org/smcquay/ircbot',
) )