Skip to content

Commit

Permalink
removed dupe license reference
Browse files Browse the repository at this point in the history
  • Loading branch information
montylounge committed Sep 8, 2009
1 parent 9a10d89 commit 26bb6a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -2,13 +2,12 @@


setup( setup(
name='django-sugar', name='django-sugar',
version='0.1', version='0.2',
license='BSD', license='BSD',
description='Curated collection of all the sweet Django helpers/utilities \ description='Curated collection of all the sweet Django helpers/utilities \
developers create, and sometimes recreate too often.', developers create, and sometimes recreate too often.',
author='Kevin Fricovsky', author='Kevin Fricovsky',
author_email='kfricovsky@gmail.com', author_email='kfricovsky@gmail.com',
license='BSD',
url='http://github.com/montylounge/django-sugar/tree', url='http://github.com/montylounge/django-sugar/tree',
packages=[ packages=[
'sugar', 'sugar',
Expand All @@ -21,7 +20,7 @@
'sugar.widgets', 'sugar.widgets',
], ],
classifiers=[ classifiers=[
'Development Status :: 1 - Alpha', 'Development Status :: 2 - Alpha',
'Environment :: Web Environment', 'Environment :: Web Environment',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
Expand All @@ -30,3 +29,4 @@
'Framework :: Django', 'Framework :: Django',
], ],
) )

0 comments on commit 26bb6a8

Please sign in to comment.