Skip to content

Commit

Permalink
fix: xlsx file on pypi, take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Feb 15, 2022
1 parent 8682ca8 commit 5e9262b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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+)",
Expand Down

0 comments on commit 5e9262b

Please sign in to comment.