Skip to content

Commit

Permalink
Use package docstring as long description
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Geoffroy committed Jul 30, 2014
1 parent 46a0eb5 commit fc90dc5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions django_crucrudile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,8 @@
"""
__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.
"""

__description__ = 'Django URL routing classes'
__long_description__ = globals()['__doc__']
__version__ = '1.0.0-rc1'

__author__ = 'Hugo Geoffroy'
Expand Down

0 comments on commit fc90dc5

Please sign in to comment.