Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:pstch/django-crucrudile into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
Hugo Geoffroy committed Jul 30, 2014
2 parents dc938c7 + fc90dc5 commit 6022907
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions django_crucrudile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"""
__title__ = 'django-crucrudile'
__description__ = 'Django URL routing classes',

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

__author__ = 'Hugo Geoffroy'
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
setup(
name=django_crucrudile.__title__,
version=django_crucrudile.__version__,


description=django_crucrudile.__description__,
long_description=django_crucrudile.__long_description__,

url=django_crucrudile.__url__,

author=django_crucrudile.__author__,
Expand Down

0 comments on commit 6022907

Please sign in to comment.