Skip to content

Commit

Permalink
include packages data
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 7, 2011
1 parent 1160bab commit 5890a74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/macosx/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<p class="p1"><b>Before you install</b></p>
<p class="p2"><br></p>
<p class="p3">This is an OS X 10.6/10.7 version of Couchapp.</p>
<p class="p3">This is an OS X 10.7 version of Couchapp.</p>
<p class="p2"><br></p>
<p class="p1"><b>After you install</b></p>
<p class="p2"><br></p>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ def main():
classifiers = CLASSIFIERS,
packages = find_packages(),
data_files = DATA_FILES,
package_data = get_packages_data(),
cmdclass = {'install_data': install_package_data},
include_package_data=True,
zip_safe=False,
install_requires = INSTALL_REQUIRES,
scripts=get_scripts(),
options = dict(py2exe={
Expand Down

0 comments on commit 5890a74

Please sign in to comment.