Skip to content

Commit

Permalink
Make sure that admin gets included in package. (Fixes #35.)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshourisman committed Jan 15, 2014
1 parent a42c59f commit ea30256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,6 +28,6 @@
'Programming Language :: Python',
],
packages=['django_tablib', ],
package_data={'django_tablib': ['templates/tablib/*', ], },
package_data={'django_tablib': ['templates/tablib/*', 'admin/*'], },
install_requires=['tablib', ],
)

0 comments on commit ea30256

Please sign in to comment.