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

Commit

Permalink
Updated setuptools info
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Apr 2, 2009
1 parent 30cb6fb commit 51bc071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from distutils.core import setup

setup(
name='djangoratings',
name='django-ratings',
version='0.1',
description='Generic Ratings in Django',
author='David Cramer',
author_email='dcramer@gmail.com',
url='http://code.curse.com/p/django-ratings/',
url='http://code.google.com/p/django-ratings/',
packages=['djangoratings'],
)

0 comments on commit 51bc071

Please sign in to comment.