Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Updated setup.py
  • Loading branch information
chaitu210 authored Aug 17, 2016
1 parent a56cb70 commit 6853a4c
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 @@ -23,7 +23,7 @@
setup(
name='django-mfa',
version='0.0.2',
packages=['django_mfa'],
packages=['django_mfa', 'django_mfa.templatetags', 'django_mfa.migrations'],
include_package_data=True,
description='A Django deployment package for all hosting types.',
long_description=README,
Expand Down

0 comments on commit 6853a4c

Please sign in to comment.