# HG changeset patch # User Peter Sanchez # Date 1290672015 28800 # Thu Nov 25 00:00:15 2010 -0800 # Node ID 5b3b568a4cd945a78f72f68c7132accedfa50843 # Parent 271aa3c72cfbe9fb0c6919a03b44f0f081c8a3bb Updated setup.py diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ long_description = open('README.txt').read() setup( - name='twittersync', + name='django-twittersync', version=__import__('twittersync').__version__, package_dir={'twittersync': 'twittersync'}, packages=['twittersync',],