Skip to content

Commit 6c6ec36

Browse files
committed
Fix package_data
1 parent dda5a55 commit 6c6ec36

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
scripts = glob(pjoin('scripts', '*')),
7070
cmdclass = cmdclass,
7171
packages = find_packages(here),
72-
package_data = {},
72+
package_data = package_data,
7373
author = '{{ cookiecutter.author_name }}',
7474
author_email = '{{ cookiecutter.author_email }}',
7575
url = 'https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.python_package_name }}',

0 commit comments

Comments
 (0)