Skip to content

Commit

Permalink
Changed the requirements from mptt in our repository to mptt-2 in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Apr 15, 2010
1 parent 50bf7e1 commit 0b27adc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion categories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version_info__ = {
'major': 0,
'minor': 2,
'micro': 2,
'micro': 3,
'releaselevel': 'final',
'serial': 0
}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django-mptt>=0.2
django-mptt-2==0.3.0
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@
'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 = []
)

0 comments on commit 0b27adc

Please sign in to comment.