diff --git a/.hgignore b/.hgignore deleted file mode 100755 index 6a8eec5..0000000 --- a/.hgignore +++ /dev/null @@ -1,5 +0,0 @@ -.*pyc -.*egg-info.* -build/.* -dist/.* -\.git.* diff --git a/.hgtags b/.hgtags deleted file mode 100755 index 1591cd0..0000000 --- a/.hgtags +++ /dev/null @@ -1,31 +0,0 @@ -c4a9d1fff0bb66431a582cd93767422f377b33e6 0.2 -c89f77b8f60331e81c1a6e48d7bf94ecc6897a65 1.0 -9041cea2906864dc6b10d82e97239a9310d9c526 1.0.1 -16d62ea164318a451ae094f2a04ab5cbb5043faa 1.0.2 -59f324257bc5d6b5decf08c965db901d6c01e2da 1.0.3 -f1535e7905ff78eab2bf142382791180188fe6f0 1.0.4 -009e00fe7e6bb92d120e7d41956b8297b5fde8a2 1.1.1 -a8dafad2b7ba05f9dcd7800a1277dd0b0ea6a476 1.2 -dabd6e3318bd59ddee9d72bd9e2d365354cea54b 1.2.1 -cfe7ff4ee3cde33e72cd6d05b007e57bc141a73b 1.3 -979b52598c48eab4a5fdef9b93d37d8fcb6d00a9 1.4 -b67d1dc5ad88994d2717c82e29dc1a72f2c138a6 1.5 -423eea136eeb1cf122bd0f4de9cea90508d92372 1.6.2 -0badd2757c5229df56a4f8c45dde47e622c704c4 1.8 -b00379652dba2ed21b2020ecec4e1dbfb74dcd08 1.8.1 -280c6730be9b80d22f2953198778b4f88fdd8647 1.8.2 -4145d46d42d0eefbeb451ae626258f23a0b45f55 1.8.3 -4f9499c051daa78518bad25fc529c36e542912f8 1.10 -e3079f2062f51edbfe889f57c9d88d43d201e218 1.10.2 -ebc459f0250585dcb2414d4041eda4efe0484ad9 1.10.3 -90842d55930ede14e9209b292a4d2063196201c7 1.10.4 -44de11b0bce6a2578aad362ec83218fb71d6336e 1.10.5 -225482213fb911cb07f22a837b34114a86c0a635 1.11 -b28ec733884f5ac600d788514c2854ee924a993a 2.0 -4d72a7d6bb968987a1f35cda26958c9c5bf88aae 2.1 -b5e4c7cfe0ebc9826df9607c1759b374e0463498 2.1.1 -6ad729a34dde1120f4c5c706e2991c1b08bc96ff 2.2 -ca5dcd16990a46857373b9530952b1f61d1426f1 3.0 -ecc773b0f8f019188224899549b4bde9f0a07038 3.0.1 -60b47cbeda2147a8a776f04d336faeb6ee4a08ea 3.0.2 -42d182e2744c85f47ad2b7ec5eb41c471adb11d7 3.0.3 diff --git a/docs/topics/installation.rst b/docs/topics/installation.rst index ce908b4..6286070 100644 --- a/docs/topics/installation.rst +++ b/docs/topics/installation.rst @@ -6,12 +6,6 @@ You can either install from pip:: pip install django-mailbox -*or* checkout and install the source from the `bitbucket repository `_:: - - hg clone https://bitbucket.org/latestrevision/django-mailbox - cd django-mailbox - python setup.py install - *or* checkout and install the source from the `github repository `_:: git clone https://github.com/latestrevision/django-mailbox.git diff --git a/readme.rst b/readme.rst index 7236b08..52e85e4 100644 --- a/readme.rst +++ b/readme.rst @@ -11,7 +11,7 @@ the e-mail will be stored, and you can process it at will (or, if you're in a hu - Documentation for django-mailbox is available on `ReadTheDocs `_. - Please post issues on - `BitBucket `_. + `Github `_. - Test status available on `Travis-CI `_. diff --git a/setup.py b/setup.py index 8a400ff..a7557e6 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ tests_require = [ setup( name='django-mailbox', version='3.0.3', - url='http://bitbucket.org/latestrevision/django-mailbox/', + url='http://github.com/latestrevision/django-mailbox/', description=( 'Import mail from POP3, IMAP, local mailboxes or directly from ' 'Postfix or Exim4 into your Django application automatically.'