diff --git a/setup.py b/setup.py index 6595023..ea06689 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ long_description_content_type="text/markdown", include_package_data=True, package_data={"": ["*.xlsx"]}, + data_files=[("emeis/core/templates", ["emeis/core/templates/user_list.xlsx"])], author="projectcaluma", url="https://github.com/projectcaluma/emeis", license="License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",