Skip to content

Commit

Permalink
Edited setup.py via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jul 31, 2011
1 parent e204953 commit f8c55c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@ def get_long_description():
setup( setup(
name='django-pdb', name='django-pdb',
version=get_version('django_pdb'), version=get_version('django_pdb'),
description="Gives you 'manage.py runserver --pdb' and 'manage.py test --pdb'", description='Gives you `manage.py runserver --pdb` and `manage.py test --pdb`',
long_description=get_long_description(), long_description=get_long_description(),
author='Tom Christie', author='Tom Christie',
author_email='tom@tomchristie.com', author_email='tom@tomchristie.com',
Expand Down

0 comments on commit f8c55c9

Please sign in to comment.