Skip to content

Commit

Permalink
Packaging fix - missing migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 28, 2019
1 parent f525c60 commit ccbf63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -26,15 +26,15 @@ def get_install_requires(path):

setup(
name='kiwitcms-tenants',
version='0.1.6',
version='0.1.7',
description='Multi-tenant support for Kiwi TCMS',
long_description=get_long_description(),
author='Kiwi TCMS',
author_email='info@kiwitcms.org',
url='https://github.com/kiwitcms/tenants/',
license='GPLv3+',
install_requires=get_install_requires('requirements.txt'),
packages=['tcms_tenants'],
packages=find_packages(exclude=['test_project*', '*.tests']),
include_package_data=True,
classifiers=[
'Framework :: Django',
Expand Down

0 comments on commit ccbf63b

Please sign in to comment.