Skip to content

Commit

Permalink
Finally managed to get the package to include the template... no idea…
Browse files Browse the repository at this point in the history
… what I should do with the static file dependencies though
  • Loading branch information
Simon Willison committed Dec 27, 2009
1 parent ab50da8 commit ef9e533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions MANIFEST.in
@@ -1,9 +1,3 @@
README.txt
setup.py
cropper/__init__.py
cropper/admin.py
cropper/models.py
cropper/tests.py
cropper/views.py
cropper/templates/cropper/crop_admin_interface.html
include README.txt
recursive-include cropper *.py *.html

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
package_data = {
'cropper': ['templates/cropper/*.html']
},
version = '0.1.4a',
version = '0.1.5a',
description = 'Image cropping for the Django admin',
author = 'Simon Willison',
author_email = 'simon@simonwillison.net',
Expand Down

0 comments on commit ef9e533

Please sign in to comment.