Skip to content

Commit

Permalink
Fixes setup.py & MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanphix committed Sep 19, 2012
1 parent abf9b4d commit cbdaaf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ include README.rst *.py
include ghost/ghost.py
include ghost/test.py
include ghost/ext/django/test.py
include ghost/utils.js
recursive-include docs *
recursive-exclude docs *.pyc
recursive-exclude docs *.pyo
prune docs/_build
prune docs/_themes/.git
prune docs/_themes/.git
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author_email='[email protected]',
description='Webkit based webclient.',
long_description=__doc__,
data_files=[('ghost', ['README.rst', 'ghost/utils.js'])],
data_files=[('ghost', ['README.rst',])],
packages=find_packages(),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit cbdaaf0

Please sign in to comment.