Skip to content

Commit

Permalink
Change the scope of the find_package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed May 13, 2012
1 parent eaf2b7d commit 8c06bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -109,7 +109,7 @@ def find_package_data(
description="A collection of jingo helpers for various purposes.",
license=open("LICENSE").read(),
packages=find_packages(exclude=("tests",)),
package_data=find_package_data("jutils", only_in_packages=False),
package_data=find_package_data(".", only_in_packages=False),
include_package_data=True,
install_requires=install_requires,
zip_safe=False,
Expand Down

0 comments on commit 8c06bb8

Please sign in to comment.