We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda5a55 commit 6c6ec36Copy full SHA for 6c6ec36
{{cookiecutter.github_project_name}}/setup.py
@@ -69,7 +69,7 @@
69
scripts = glob(pjoin('scripts', '*')),
70
cmdclass = cmdclass,
71
packages = find_packages(here),
72
- package_data = {},
+ package_data = package_data,
73
author = '{{ cookiecutter.author_name }}',
74
author_email = '{{ cookiecutter.author_email }}',
75
url = 'https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.python_package_name }}',
0 commit comments