Skip to content

Commit

Permalink
Add description and longdescription to package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Geoffroy committed Jul 30, 2014
1 parent 0298c52 commit 3cca285
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions django_crucrudile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"""
__title__ = 'django-crucrudile'
__description__ = 'Django URL routing classes',
__long_description = """
django-crucrudile provides URL routing classes, which allows you
to define your URL routing structure using Router and Route classes,
and then to automatically generate an URL pattern structure.
"""

__version__ = '1.0.0-rc1'

Expand Down

0 comments on commit 3cca285

Please sign in to comment.