Skip to content

Commit

Permalink
Fixes issue #30; includes static directory when packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoa committed Feb 6, 2012
1 parent 9cc23f5 commit 2ea3d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include CREDITS.txt
include LICENSE.txt

recursive-include categories *.html *.txt *.json *.html

recursive-include categories/static *.html *.gif *.png *.css *.txt *.js
recursive-include editor *.html *.gif *.png *.css *.js

recursive-include doc_src *.rst *.txt *.png *.css *.html *.js
Expand Down
2 changes: 1 addition & 1 deletion categories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version_info__ = {
'major': 0,
'minor': 8,
'micro': 8,
'micro': 9,
'releaselevel': 'final',
'serial': 1
}
Expand Down

0 comments on commit 2ea3d23

Please sign in to comment.