Skip to content

Commit

Permalink
Merge pull request #2 from pypr/fix-test-files
Browse files Browse the repository at this point in the history
Fix test files
  • Loading branch information
prabhuramachandran committed Jan 25, 2019
2 parents 4a062ef + 04c15bb commit f8848e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include MANIFEST.in *.py *.rst *.yml *.sh *.txt
recursive-exclude pyzoltan *.cpp
recursive-include pyzoltan *.pxd *.h
recursive-include pyzoltan *.pxd *.h *.txt
recursive-include docs *.*
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -310,7 +310,7 @@ def setup_package():
keywords="Cython Zoltan Dynamic load balancing",
packages=find_packages(),
package_data={
'': ['*.pxd', '*.mako', '*.rst']
'': ['*.pxd', '*.rst', '*.txt']
},
# exclude package data in installation.
exclude_package_data={
Expand Down

0 comments on commit f8848e0

Please sign in to comment.