Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Tuning MANIFEST for missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Aug 20, 2020
1 parent 9b472fc commit ad49f54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
CHANGES
*******

0.9 (unreleased)
0.8.2 (2020-08-20)
==================

- ...
- Adding missing ICO, GIF and JPG files.

0.8.1 (2020-08-20)
==================
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include *.rst
include bootstrap.py
include buildout.cfg
include .travis.yml
recursive-include src *.pt *.py *.txt *.zcml *.css
recursive-include src *.pt *.py *.txt *.zcml *.css *.ico *.gif *.jpg
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='grokui.base',
version='0.9.dev0',
version='0.8.2',
description="The Grok administration and development UI (base)",
long_description=(
read('README.txt') +
Expand Down

0 comments on commit ad49f54

Please sign in to comment.