mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
Fixed link to django-modeltranslation commit
This commit is contained in:
parent
064625cebd
commit
b591fc1047
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -29,7 +29,7 @@ setup(
|
|||
'static/wagtail_modeltranslation/js/*.js']},
|
||||
install_requires=['wagtail(>=1.4)'],
|
||||
dependency_links=[
|
||||
"http://github.com/deschler/django-modeltranslation/tarball/00fc7f1804aaa1b1e37af48e67871080851e14b0#egg=django-modeltranslation-0.12.2"
|
||||
"git+https://github.com/deschler/django-modeltranslation.git@00fc7f1804aaa1b1e37af48e67871080851e14b0#egg=django-modeltranslation-0.12.2"
|
||||
],
|
||||
download_url='https://github.com/infoportugal/wagtail-modeltranslation/archive/v0.6rc2.tar.gz',
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue