Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Commit

Permalink
list django as a requirement so our distribution is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Mar 16, 2011
1 parent 70830ec commit 2aa73c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
author_email='dcramer@gmail.com',
description='Generic Ratings in Django',
url='http://github.com/dcramer/django-ratings',
install_requires=[
'django',
],
packages=find_packages(),
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 2aa73c7

Please sign in to comment.