Skip to content

Commit d0d67c7

Browse files
committed
changed package name to django-tagging to follow the convention of other Django apps
git-svn-id: https://django-tagging.googlecode.com/svn/trunk@157 83e7428b-ec2a-0410-86f2-bf466d0e5e72
1 parent 0be1e9e commit d0d67c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def fullsplit(path, result=None):
5353
version = "%d.%d" % version_tuple[:2]
5454

5555
setup(
56-
name = 'tagging',
56+
name = 'django-tagging',
5757
version = version,
5858
description = 'Generic tagging application for Django',
5959
author = 'Jonathan Buchanan',

0 commit comments

Comments
 (0)