mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Changed the requirements from mptt in our repository to mptt-2 in pypi
This commit is contained in:
parent
50bf7e1896
commit
0b27adc2a5
3 changed files with 3 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
__version_info__ = {
|
||||
'major': 0,
|
||||
'minor': 2,
|
||||
'micro': 2,
|
||||
'micro': 3,
|
||||
'releaselevel': 'final',
|
||||
'serial': 0
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
django-mptt>=0.2
|
||||
django-mptt-2==0.3.0
|
||||
4
setup.py
4
setup.py
|
|
@ -27,7 +27,5 @@ setup(
|
|||
'License :: OSI Approved :: Apache License',
|
||||
],
|
||||
install_requires = reqs,
|
||||
dependency_links = [
|
||||
'http://opensource.washingtontimes.com/static/dist/django-mptt-0.3_pre.tar.gz#md5=2e7bf48ae24958ec3702314506f4fe99',
|
||||
]
|
||||
dependency_links = []
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue