We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917035a commit 0037812Copy full SHA for 0037812
setup.py
@@ -35,8 +35,8 @@
35
long_description = readme,
36
author = 'Andy Mikhailenko',
37
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',
+ url = 'https://github.com/neithere/django-autoslug/',
+ download_url = 'https://github.com/neithere/django-autoslug/archive/master.zip',
40
license = 'GNU Lesser General Public License (LGPL), Version 3',
41
keywords = 'django field slug auto unique transliteration i18n',
42
classifiers = [
0 commit comments