mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Fixes issue #30; includes static directory when packaged
This commit is contained in:
parent
9cc23f59b4
commit
2ea3d2337e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
__version_info__ = {
|
||||
'major': 0,
|
||||
'minor': 8,
|
||||
'micro': 8,
|
||||
'micro': 9,
|
||||
'releaselevel': 'final',
|
||||
'serial': 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue