Fix including test email template
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e368521a96
commit
09c422efe2
1 changed files with 7 additions and 0 deletions
7
setup.py
7
setup.py
|
@ -63,6 +63,13 @@ setup(
|
|||
url="https://gogs.zionetrix.net/bn8/python-mylib",
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
"": [
|
||||
"scripts/email_templates/*.subject",
|
||||
"scripts/email_templates/*.txt",
|
||||
"scripts/email_templates/*.html",
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
|
Loading…
Reference in a new issue