Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 25, 2014
1 parent 5f27846 commit 6c744f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
from rest_framework_hstore import get_version


name = 'django-rest-framework-hstore'
package = 'djangorestframework-hstore'
name = 'djangorestframework-hstore'
package = 'rest_framework_hstore'
description = 'Django Rest Framework tools for django-hstore'
url = 'https://github.com/djangonauts/django-rest-framework-hstore'
author = 'Federico Capoano'
author_email = ''
author_email = 'django-rest-framework-hstore@googlegroups.com'
license = 'BSD'
install_requires = [
'djangorestframework',
Expand All @@ -33,7 +33,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
],
]


def get_packages(package):
Expand Down

0 comments on commit 6c744f5

Please sign in to comment.