Skip to content

Commit

Permalink
Fix installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik committed Nov 11, 2016
1 parent f1ffa33 commit da5c9a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
download_url='http://github.com/onrik/django-webshell/tarball/master',
license='MIT',
packages=find_packages(),
package_data={'webshell': [
'templates/webshell/*',
'static/css/*',
'static/js/*',
]},
test_suite='runtests.runtests',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down
2 changes: 1 addition & 1 deletion webshell/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 2, 0)
VERSION = (0, 2, 1)


def get_version():
Expand Down

0 comments on commit da5c9a2

Please sign in to comment.