Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
fix package name and bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildoussin committed Oct 20, 2009
1 parent c89650b commit 3a1da73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,8 +2,8 @@
ez_setup.use_setuptools()
from setuptools import setup, find_packages
setup(
name = "djano-socialauth",
version = "0.1.1",
name = "django-socialauth",
version = "0.1.2",
packages = ['socialauth', 'openid_consumer'],
author = "Usware Technologies",
author_email = "info@uswaretech.com",
Expand Down

0 comments on commit 3a1da73

Please sign in to comment.