Skip to content

Commit

Permalink
Fixed broken setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
David Burke committed Mar 11, 2013
1 parent 7ca7ad5 commit b1e71ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
recursive-include simple_import/templates *
recursive-include simple_import/static *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name = "django-simple-import",
version = "1.0",
version = "1.0.1",
author = "David Burke",
author_email = "david@burkesoftware.com",
description = ("An Django import tool easy enough your users could use it"),
Expand Down

0 comments on commit b1e71ca

Please sign in to comment.