Skip to content

Commit 0037812

Browse files
committed
Fix URLs in setup script
1 parent 917035a commit 0037812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
long_description = readme,
3636
author = 'Andy Mikhailenko',
3737
author_email = 'neithere@gmail.com',
38-
url = 'http://bitbucket.org/neithere/django-autoslug/',
39-
download_url = 'http://bitbucket.org/neithere/django-autoslug/get/tip.zip',
38+
url = 'https://github.com/neithere/django-autoslug/',
39+
download_url = 'https://github.com/neithere/django-autoslug/archive/master.zip',
4040
license = 'GNU Lesser General Public License (LGPL), Version 3',
4141
keywords = 'django field slug auto unique transliteration i18n',
4242
classifiers = [

0 commit comments

Comments
 (0)