Skip to content

Commit

Permalink
Adding installation migration package.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsilva committed May 20, 2016
1 parent e5f21f3 commit 26d9277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
license=open('LICENSE').read(),
url='http://www.xadmin.io',
download_url='http://github.com/sshwsfc/django-xadmin/archive/master.zip',
packages=['xadmin', 'xadmin.plugins', 'xadmin.templatetags', 'xadmin.views'],
packages=['xadmin', 'xadmin.migrations', 'xadmin.plugins', 'xadmin.templatetags', 'xadmin.views'],
include_package_data=True,
install_requires=[
'setuptools',
Expand Down

0 comments on commit 26d9277

Please sign in to comment.