Skip to content

Commit

Permalink
fix the favicon in the dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Krebs committed Feb 14, 2010
1 parent ed53a65 commit e741fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -2,6 +2,6 @@ include README
include CHANGELOG
include MANIFEST.in
include LICENSE
include favicon.ico
include dragonkeeper/favicon.ico
recursive-include dragonkeeper *.py
prune dragonkeeper/*.pyc
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -24,9 +24,10 @@
setup(
name = 'dragonkeeper',
version = VERSION,
url='http://bitbucket.org/scope/dragonkeeper/',
author = 'Christian Krebs, Rune Halvorsen, Jan Borsodi',
author_email = 'chrisk@opera.com, runeh@opera.com, jborsodi@opera.com',
data_files = [('.', ['dragonkeeper/favicon.ico'])],
data_files = [('dragonkeeper', ['dragonkeeper/favicon.ico'])],
description = 'An HTTP proxy for Opera Dragonfly development',
long_description=open("README").read(),
**addl_args
Expand Down

0 comments on commit e741fc3

Please sign in to comment.