transition from bitbucket -> s.mcquay.me
This commit is contained in:
parent
9840757907
commit
82ef0133fc
@ -39,7 +39,7 @@ If you're going to hack, clone this repo:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
hg clone https://bitbucket.org/smcquay/ircbot
|
git clone https://s.mcquay.me/smcquay/ircbot
|
||||||
cd ircbot
|
cd ircbot
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ setup(
|
|||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'ircbot = ircbot.main:main',
|
'ircbot = ircbot.main:main',
|
||||||
]},
|
]},
|
||||||
url='https://bitbucket.org/smcquay/ircbot',
|
url='https://s.mcquay.me/smcquay/ircbot',
|
||||||
license='WTFPL',
|
license='WTFPL',
|
||||||
description= (
|
description= (
|
||||||
'a rather simple echo irc bot to stand as a simple example of how '
|
'a rather simple echo irc bot to stand as a simple example of how '
|
||||||
|
Loading…
Reference in New Issue
Block a user