Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ljean committed Aug 28, 2017
1 parent 958f0ec commit 720b317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions colorbox/__init__.py
Expand Up @@ -3,7 +3,7 @@
from __future__ import unicode_literals


VERSION = (1, 3, 0)
VERSION = (1, 3, 1)


def get_version():
Expand All @@ -13,4 +13,4 @@ def get_version():
__version__ = get_version()


default_app_config = 'colorbox.apps.ColorboxAppConfig'
default_app_config = 'colorbox.apps.ColorboxAppConfig'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
version=VERSION,
description='Manage colorbox popup for django',
long_description=open('README.rst').read(),
packages=['colorbox'],
packages=find_packages(),
include_package_data=True,
author='Luc Jean',
author_email='ljean@apidev.fr',
Expand Down

0 comments on commit 720b317

Please sign in to comment.