Changed the requirements from mptt in our repository to mptt-2 in pypi

This commit is contained in:
Corey Oordt 2010-04-15 14:51:18 -04:00
parent 50bf7e1896
commit 0b27adc2a5
3 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,7 @@
__version_info__ = {
'major': 0,
'minor': 2,
'micro': 2,
'micro': 3,
'releaselevel': 'final',
'serial': 0
}

View file

@ -1 +1 @@
django-mptt>=0.2
django-mptt-2==0.3.0

View file

@ -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 = []
)