Skip to content

Commit

Permalink
simpler setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jchopard committed Dec 7, 2017
1 parent b764e0f commit 26533c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkglts_data/base/pysetup/setup.py.tpl
Expand Up @@ -25,7 +25,7 @@ with open("{{ base.src_pth }}/version.py") as fp:
pkgs = find_packages('src')

{% if 'data' is available -%}
pkg_data = {pkgname: {{ data.filetype }} for pkgname in pkgs}
pkg_data = {'': {{ data.filetype }} }

{% if data.use_ext_dir %}
data_files = []
Expand Down

0 comments on commit 26533c4

Please sign in to comment.